Home
last modified time | relevance | path

Searched refs:noteProxyOp (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/startop/apps/test/src/
DSystemServerBenchmarks.java181 appOps.noteProxyOp(AppOpsManager.OPSTR_READ_EXTERNAL_STORAGE, packageName); in initializeBenchmarks()
/frameworks/base/core/java/android/app/
DAppOpsManager.java8299 public int noteProxyOp(@NonNull String op, @NonNull String proxiedPackageName) { in noteProxyOp() method in AppOpsManager
8300 return noteProxyOp(op, proxiedPackageName, Binder.getCallingUid(), null, null); in noteProxyOp()
8312 public int noteProxyOp(int op, @Nullable String proxiedPackageName) { in noteProxyOp() method in AppOpsManager
8313 return noteProxyOp(op, proxiedPackageName, Binder.getCallingUid(), null, null); in noteProxyOp()
8321 public int noteProxyOp(int op, @Nullable String proxiedPackageName, int proxiedUid, in noteProxyOp() method in AppOpsManager
8323 return noteProxyOp(op, new AttributionSource(mContext.getAttributionSource(), in noteProxyOp()
8348 public int noteProxyOp(@NonNull String op, @Nullable String proxiedPackageName, int proxiedUid, in noteProxyOp() method in AppOpsManager
8350 return noteProxyOp(strOpToOp(op), proxiedPackageName, proxiedUid, proxiedAttributionTag, in noteProxyOp()
8370 public int noteProxyOp(@NonNull int op, @NonNull AttributionSource attributionSource, in noteProxyOp() method in AppOpsManager
/frameworks/base/core/api/
Dcurrent.txt4531 method @Deprecated public int noteProxyOp(@NonNull String, @NonNull String);
4532 …method public int noteProxyOp(@NonNull String, @Nullable String, int, @Nullable String, @Nullable …
/frameworks/base/boot/
Dboot-image-profile.txt1151 HSPLandroid/app/AppOpsManager;->noteProxyOp(ILjava/lang/String;ILjava/lang/String;Ljava/lang/String…
/frameworks/base/config/
Dboot-image-profile.txt1151 HSPLandroid/app/AppOpsManager;->noteProxyOp(ILjava/lang/String;ILjava/lang/String;Ljava/lang/String…