Home
last modified time | relevance | path

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

/frameworks/base/errorprone/tests/res/android/app/
DAppOpsManager.java79 public int noteProxyOp(String op, String proxiedPackageName) { in noteProxyOp() method in AppOpsManager
83 public int noteProxyOp(int op, String proxiedPackageName) { in noteProxyOp() method in AppOpsManager
/frameworks/base/services/tests/servicestests/src/com/android/server/appop/
DAppOpsDeviceAwareServiceTest.java124 int mode = mAppOpsManager.noteProxyOp(OP_CAMERA, proxyAttributionSource, null, false); in noteProxyOpWithDeviceId()
/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.java9087 public int noteProxyOp(@NonNull String op, @NonNull String proxiedPackageName) { in noteProxyOp() method in AppOpsManager
9088 return noteProxyOp(op, proxiedPackageName, Binder.getCallingUid(), null, null); in noteProxyOp()
9100 public int noteProxyOp(int op, @Nullable String proxiedPackageName) { in noteProxyOp() method in AppOpsManager
9101 return noteProxyOp(op, proxiedPackageName, Binder.getCallingUid(), null, null); in noteProxyOp()
9109 public int noteProxyOp(int op, @Nullable String proxiedPackageName, int proxiedUid, in noteProxyOp() method in AppOpsManager
9111 return noteProxyOp(op, new AttributionSource(mContext.getAttributionSource(), in noteProxyOp()
9136 public int noteProxyOp(@NonNull String op, @Nullable String proxiedPackageName, int proxiedUid, in noteProxyOp() method in AppOpsManager
9138 return noteProxyOp(strOpToOp(op), proxiedPackageName, proxiedUid, proxiedAttributionTag, in noteProxyOp()
9158 public int noteProxyOp(@NonNull int op, @NonNull AttributionSource attributionSource, in noteProxyOp() method in AppOpsManager
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt5092 method @Deprecated public int noteProxyOp(@NonNull String, @NonNull String);
5093 …method public int noteProxyOp(@NonNull String, @Nullable String, int, @Nullable String, @Nullable …
/frameworks/base/boot/
Dboot-image-profile.txt1123 HSPLandroid/app/AppOpsManager;->noteProxyOp(ILjava/lang/String;ILjava/lang/String;Ljava/lang/String…
/frameworks/base/config/
Dboot-image-profile.txt1123 HSPLandroid/app/AppOpsManager;->noteProxyOp(ILjava/lang/String;ILjava/lang/String;Ljava/lang/String…