Merge "Add Missing getRssi to CellSignalStrengthGsm" am: e17575c03e am: 5aa9661739

am: b467c55448

Change-Id: Idb70f411aa4f5e60ff816483103674f8b031291d
This commit is contained in:
Nathan Harold
2019-03-11 12:44:56 -07:00
committed by android-build-merger

View File

@@ -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
*