Merge "Fix Tuner FrontendStatus documentations on getModulation and getSpectralInversion"

This commit is contained in:
TreeHugger Robot
2020-12-04 23:04:05 +00:00
committed by Android (Google) Code Review

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() {