Fix DAC constant in getAsuLevel
Test: build Fix: 147655093 Change-Id: I2230d235a46a3cb68ae5a605f4fd526accf9bd4a
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user