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

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

Change-Id: I3417b4ae967d1ed2657eb4795d91bc482753ca0f
This commit is contained in:
Sarah Chin
2020-11-19 10:27:28 +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() {