Home
last modified time | relevance | path

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

/aosp12/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DHelpersTest.java422 when(mockAppOpsManager.noteProxyOp(AppOpsManager.OP_WRITE_EXTERNAL_STORAGE, in checkDestinationFilePathRestrictions_noPermission()
448 when(mockAppOpsManager.noteProxyOp(AppOpsManager.OP_WRITE_EXTERNAL_STORAGE, in checkDestinationFilePathRestrictions_installer()
471 when(mockAppOpsManager.noteProxyOp(AppOpsManager.OP_WRITE_EXTERNAL_STORAGE, in checkDestinationFilePathRestrictions_WES()
/aosp12/frameworks/base/startop/apps/test/src/
H A DSystemServerBenchmarks.java181 appOps.noteProxyOp(AppOpsManager.OPSTR_READ_EXTERNAL_STORAGE, packageName); in initializeBenchmarks()
/aosp12/frameworks/base/core/java/android/app/
H A 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
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DHelpers.java611 if (appOpsManager.noteProxyOp(AppOpsManager.OP_WRITE_EXTERNAL_STORAGE, in checkDestinationFilePathRestrictions()
H A DDownloadProvider.java740 if (mAppOpsManager.noteProxyOp(AppOpsManager.OP_WRITE_EXTERNAL_STORAGE, in insert()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt4536 method @Deprecated public int noteProxyOp(@NonNull String, @NonNull String);
4537 …method public int noteProxyOp(@NonNull String, @Nullable String, int, @Nullable String, @Nullable …
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt1151 HSPLandroid/app/AppOpsManager;->noteProxyOp(ILjava/lang/String;ILjava/lang/String;Ljava/lang/String…
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt1151 HSPLandroid/app/AppOpsManager;->noteProxyOp(ILjava/lang/String;ILjava/lang/String;Ljava/lang/String…