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

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

Merge "Fix DtmbFrontendSettings annotations."

parents 3b367873 0dbd7783
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -269,7 +269,7 @@ public final class DtmbFrontendSettings extends FrontendSettings {
    /**
     * Gets Code Rate.
     */
    @Modulation
    @CodeRate
    public int getCodeRate() {
        return mCodeRate;
    }
@@ -277,7 +277,7 @@ public final class DtmbFrontendSettings extends FrontendSettings {
    /**
     * Gets Transmission Mode.
     */
    @Modulation
    @TransmissionMode
    public int getTransmissionMode() {
        return mTransmissionMode;
    }
@@ -285,7 +285,7 @@ public final class DtmbFrontendSettings extends FrontendSettings {
    /**
     * Gets Bandwidth.
     */
    @Modulation
    @Bandwidth
    public int getBandwidth() {
        return mBandwidth;
    }
@@ -293,16 +293,15 @@ public final class DtmbFrontendSettings extends FrontendSettings {
    /**
     * Gets Time Interleave Mode.
     */
    @Modulation
    @TimeInterleaveMode
    public int getTimeInterleaveMode() {
        return mTimeInterleaveMode;
    }


    /**
     * Gets Guard Interval.
     */
    @Modulation
    @GuardInterval
    public int getGuardInterval() {
        return mGuardInterval;
    }