/frameworks/base/errorprone/tests/res/android/app/ |
D | AppOpsManager.java | 79 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/ |
D | AppOpsDeviceAwareServiceTest.java | 124 int mode = mAppOpsManager.noteProxyOp(OP_CAMERA, proxyAttributionSource, null, false); in noteProxyOpWithDeviceId()
|
/frameworks/base/startop/apps/test/src/ |
D | SystemServerBenchmarks.java | 181 appOps.noteProxyOp(AppOpsManager.OPSTR_READ_EXTERNAL_STORAGE, packageName); in initializeBenchmarks()
|
/frameworks/base/core/java/android/app/ |
D | AppOpsManager.java | 9087 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 5092 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/ |
D | boot-image-profile.txt | 1123 HSPLandroid/app/AppOpsManager;->noteProxyOp(ILjava/lang/String;ILjava/lang/String;Ljava/lang/String…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 1123 HSPLandroid/app/AppOpsManager;->noteProxyOp(ILjava/lang/String;ILjava/lang/String;Ljava/lang/String…
|