Merge "Move blacklisted methods back to greylist" into qt-dev

This commit is contained in:
Andrei-Valentin Onea
2019-05-24 12:02:31 +00:00
committed by Android (Google) Code Review
2 changed files with 4 additions and 0 deletions

View File

@@ -2405,6 +2405,7 @@ public class AppOpsManager {
/**
* @hide
*/
@UnsupportedAppUsage
public long getRejectTime() {
return getLastRejectTime(OP_FLAGS_ALL);
}

View File

@@ -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]