Loading telephony/java/android/telephony/CellSignalStrengthGsm.java +11 −0 Original line number Diff line number Diff line Loading @@ -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 * Loading Loading
telephony/java/android/telephony/CellSignalStrengthGsm.java +11 −0 Original line number Diff line number Diff line Loading @@ -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 * Loading