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

Commit b467c554 authored by Nathan Harold's avatar Nathan Harold Committed by android-build-merger
Browse files

Merge "Add Missing getRssi to CellSignalStrengthGsm" am: e17575c0

am: 5aa96617

Change-Id: I937fcd9eebd67e340af03ff5dc4e276922c018cb
parents 6018db93 5aa96617
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -150,6 +150,17 @@ public final class CellSignalStrengthGsm extends CellSignalStrength implements P
        return getAsuFromRssiDbm(mRssi);
    }

    /**
     * Return the Received Signal Strength Indicator
     *
     * @return the RSSI in dBm (-113, -51) or
     *         {@link android.telephony.CellInfo#UNAVAILABLE UNAVAILABLE}.
     * @hide
     */
    public int getRssi() {
        return mRssi;
    }

    /**
     * Return the Bit Error Rate
     *