Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef20a080 authored by Sarah Chin's avatar Sarah Chin Committed by Automerger Merge Worker
Browse files

Merge "Fix DAC constant in getAsuLevel" am: d9f3445f

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

Change-Id: If579e3a96b93d49383f35750a236ca0eb98d6425
parents b670c621 d9f3445f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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() {