Searched refs:proxiedPackageName (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/errorprone/tests/res/android/app/ |
D | AppOpsManager.java | 79 public int noteProxyOp(String op, String proxiedPackageName) { in noteProxyOp() argument 83 public int noteProxyOp(int op, String proxiedPackageName) { in noteProxyOp() argument 87 public int noteProxyOpNoThrow(String op, String proxiedPackageName) { in noteProxyOpNoThrow() argument 91 public int noteProxyOpNoThrow(String op, String proxiedPackageName, in noteProxyOpNoThrow() argument
|
/frameworks/base/core/java/android/app/ |
D | AppOpsManager.java | 9087 public int noteProxyOp(@NonNull String op, @NonNull String proxiedPackageName) { in noteProxyOp() argument 9088 return noteProxyOp(op, proxiedPackageName, Binder.getCallingUid(), null, null); in noteProxyOp() 9100 public int noteProxyOp(int op, @Nullable String proxiedPackageName) { in noteProxyOp() argument 9101 return noteProxyOp(op, proxiedPackageName, Binder.getCallingUid(), null, null); in noteProxyOp() 9109 public int noteProxyOp(int op, @Nullable String proxiedPackageName, int proxiedUid, in noteProxyOp() argument 9112 new AttributionSource(proxiedUid, Process.INVALID_PID, proxiedPackageName, in noteProxyOp() 9136 public int noteProxyOp(@NonNull String op, @Nullable String proxiedPackageName, int proxiedUid, in noteProxyOp() argument 9138 return noteProxyOp(strOpToOp(op), proxiedPackageName, proxiedUid, proxiedAttributionTag, in noteProxyOp() 9176 public int noteProxyOpNoThrow(@NonNull String op, @NonNull String proxiedPackageName) { in noteProxyOpNoThrow() argument 9177 return noteProxyOpNoThrow(op, proxiedPackageName, Binder.getCallingUid(), null, null); in noteProxyOpNoThrow() [all …]
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IAppOpsService.aidl | 125 String proxiedPackageName); in isProxying() argument
|
/frameworks/base/services/core/java/com/android/server/appop/ |
D | AppOpsService.java | 3007 final String proxiedPackageName = attributionSource.getNextPackageName(); in noteProxyOperationImpl() local 3017 proxiedPackageName); in noteProxyOperationImpl() 3019 if (!isIncomingPackageValid(proxiedPackageName, UserHandle.getUserId(proxiedUid)) in noteProxyOperationImpl() 3022 proxiedPackageName); in noteProxyOperationImpl() 3032 proxiedAttributionTag, proxiedPackageName); in noteProxyOperationImpl() 3051 proxiedPackageName); in noteProxyOperationImpl() 3056 proxiedPackageName); in noteProxyOperationImpl() 3059 proxiedPackageName); in noteProxyOperationImpl() 3667 final String proxiedPackageName = attributionSource.getNextPackageName(); in startProxyOperationImpl() local 3680 AppOpsManager.MODE_IGNORED, code, proxiedAttributionTag, proxiedPackageName); in startProxyOperationImpl() [all …]
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |