Merge "Fix DAC constant in getAsuLevel" am: d9f3445ff1 am: ef20a08076 am: f58c540037

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1505075

Change-Id: I7f46a1eb84ef81ce7e658f50e5e0c12f822a437c
This commit is contained in:
Sarah Chin
2020-11-19 10:40:12 +00:00
committed by Automerger Merge Worker

View File

@@ -158,7 +158,8 @@ public final class CellSignalStrengthGsm extends CellSignalStrength implements P
*
* Asu is calculated based on 3GPP RSSI. Refer to 3GPP 27.007 (Ver 10.3.0) Sec 8.69
*
* @return RSSI in ASU 0..31, 99, or UNAVAILABLE
* @return RSSI in ASU 0..31, 99, or
* {@link android.telephony.CellInfo#UNAVAILABLE UNAVAILABLE}.
*/
@Override
public int getAsuLevel() {