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

Commit 2bbb6542 authored by Andrei Onea's avatar Andrei Onea
Browse files

Move blacklisted methods back to greylist

These methods used to be greylisted, but have been either accidentally
or prematurely added to blacklist.

Test: m
Bug: 133207859
Change-Id: I0f73828956d0c5e4b1c147580bb11c8073c3461b
parent bdc1ba53
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2405,6 +2405,7 @@ public class AppOpsManager {
        /**
         * @hide
         */
        @UnsupportedAppUsage
        public long getRejectTime() {
            return getLastRejectTime(OP_FLAGS_ALL);
        }
+3 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ package android.telephony;

import android.annotation.IntRange;
import android.annotation.StringDef;
import android.annotation.UnsupportedAppUsage;
import android.os.Parcel;
import android.os.Parcelable;
import android.os.PersistableBundle;
@@ -70,6 +71,8 @@ public final class CellSignalStrengthWcdma extends CellSignalStrength implements
    private static final String DEFAULT_LEVEL_CALCULATION_METHOD = LEVEL_CALCULATION_METHOD_RSSI;

    private int mRssi; // in dBm [-113, 51] or CellInfo.UNAVAILABLE if unknown

    @UnsupportedAppUsage
    private int mBitErrorRate; // bit error rate (0-7, 99) as defined in TS 27.007 8.5 or
                               // CellInfo.UNAVAILABLE if unknown
    private int mRscp; // in dBm [-120, -24]