Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd4b7bd4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix Tuner FrontendStatus documentations on getModulation and getSpectralInversion"

parents 10ce9349 ef2fb25c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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() {