Searched refs:proxiedPackageName (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | AppOpsManager.java | 8299 public int noteProxyOp(@NonNull String op, @NonNull String proxiedPackageName) { in noteProxyOp() argument 8300 return noteProxyOp(op, proxiedPackageName, Binder.getCallingUid(), null, null); in noteProxyOp() 8312 public int noteProxyOp(int op, @Nullable String proxiedPackageName) { in noteProxyOp() argument 8313 return noteProxyOp(op, proxiedPackageName, Binder.getCallingUid(), null, null); in noteProxyOp() 8321 public int noteProxyOp(int op, @Nullable String proxiedPackageName, int proxiedUid, in noteProxyOp() argument 8324 new AttributionSource(proxiedUid, proxiedPackageName, proxiedAttributionTag, in noteProxyOp() 8348 public int noteProxyOp(@NonNull String op, @Nullable String proxiedPackageName, int proxiedUid, in noteProxyOp() argument 8350 return noteProxyOp(strOpToOp(op), proxiedPackageName, proxiedUid, proxiedAttributionTag, in noteProxyOp() 8388 public int noteProxyOpNoThrow(@NonNull String op, @NonNull String proxiedPackageName) { in noteProxyOpNoThrow() argument 8389 return noteProxyOpNoThrow(op, proxiedPackageName, Binder.getCallingUid(), null, null); in noteProxyOpNoThrow() [all …]
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IAppOpsService.aidl | 107 String proxiedPackageName); in isProxying() argument
|
/frameworks/base/services/core/java/com/android/server/appop/ |
D | AppOpsService.java | 3346 final String proxiedPackageName = attributionSource.getNextPackageName(); in noteProxyOperationImpl() local 3351 verifyIncomingPackage(proxiedPackageName, UserHandle.getUserId(proxiedUid)); in noteProxyOperationImpl() 3361 proxiedAttributionTag, proxiedPackageName); in noteProxyOperationImpl() 3378 proxiedPackageName); in noteProxyOperationImpl() 3383 proxiedPackageName); in noteProxyOperationImpl() 3386 proxiedPackageName); in noteProxyOperationImpl() 3863 final String proxiedPackageName = attributionSource.getNextPackageName(); in startProxyOperationImpl() local 3870 verifyIncomingPackage(proxiedPackageName, UserHandle.getUserId(proxiedUid)); in startProxyOperationImpl() 3879 proxiedPackageName); in startProxyOperationImpl() 3893 proxiedPackageName); in startProxyOperationImpl() [all …]
|