Home
last modified time | relevance | path

Searched refs:noteProxyOp (Results 1 – 6 of 6) 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/content/
DContentProvider.java690 return noteProxyOp(callingPkg, attributionTag, mReadOp); in enforceReadPermission()
702 return noteProxyOp(callingPkg, attributionTag, mWriteOp); in enforceWritePermission()
705 private int noteProxyOp(String callingPkg, String attributionTag, int op) { in noteProxyOp() method in ContentProvider.Transport
707 int mode = mAppOpsManager.noteProxyOp(op, callingPkg, Binder.getCallingUid(), in noteProxyOp()
736 return mTransport.noteProxyOp(callingPkg, attributionTag, in checkPermissionAndAppOp()
/frameworks/base/core/java/android/app/
DAppOpsManager.java7473 public int noteProxyOp(@NonNull String op, @NonNull String proxiedPackageName) { in noteProxyOp() method in AppOpsManager
7474 return noteProxyOp(op, proxiedPackageName, Binder.getCallingUid(), null, null); in noteProxyOp()
7486 public int noteProxyOp(int op, @Nullable String proxiedPackageName) { in noteProxyOp() method in AppOpsManager
7487 return noteProxyOp(op, proxiedPackageName, Binder.getCallingUid(), null, null); in noteProxyOp()
7511 public int noteProxyOp(int op, @Nullable String proxiedPackageName, int proxiedUid, in noteProxyOp() method in AppOpsManager
7542 public int noteProxyOp(@NonNull String op, @Nullable String proxiedPackageName, int proxiedUid, in noteProxyOp() method in AppOpsManager
7544 return noteProxyOp(strOpToOp(op), proxiedPackageName, proxiedUid, proxiedAttributionTag, in noteProxyOp()
/frameworks/base/api/
Dcurrent.txt4375 method @Deprecated public int noteProxyOp(@NonNull String, @NonNull String);
4376 …method public int noteProxyOp(@NonNull String, @Nullable String, int, @Nullable String, @Nullable …
/frameworks/base/non-updatable-api/
Dcurrent.txt4375 method @Deprecated public int noteProxyOp(@NonNull String, @NonNull String);
4376 …method public int noteProxyOp(@NonNull String, @Nullable String, int, @Nullable String, @Nullable …
/frameworks/base/config/
Dboot-image-profile.txt4728 HSPLandroid/content/ContentProvider$Transport;->noteProxyOp(Ljava/lang/String;Ljava/lang/String;I)I