Fix DAC constant in getAsuLevel

Test: build
Fix: 147655093
Change-Id: I2230d235a46a3cb68ae5a605f4fd526accf9bd4a
This commit is contained in:
Sarah Chin
2020-10-20 15:48:56 -07:00
parent c6ac5e15cb
commit 3e5d62a039

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() {