Fix Tuner FrontendStatus documentations on getModulation and getSpectralInversion

Test: make services
Bug: 171314749
Change-Id: Ia5ceed484ac10c3171b43239b43b09320fc3cfd3
This commit is contained in:
Amy Zhang
2020-12-04 21:05:14 +00:00
parent 27c33df0c9
commit ef2fb25c04

View File

@@ -551,7 +551,7 @@ public class FrontendStatus {
return mInnerFec;
}
/**
* Gets the currently configured modulation.
* Gets the currently modulation information.
*/
@FrontendModulation
public int getModulation() {
@@ -561,7 +561,7 @@ public class FrontendStatus {
return mModulation;
}
/**
* Gets the currently configured Spectral Inversion for DVBC.
* Gets the currently Spectral Inversion information for DVBC.
*/
@FrontendSettings.FrontendSpectralInversion
public int getSpectralInversion() {