/frameworks/base/core/java/com/android/internal/app/ |
D | IAppOpsService.aidl | 70 boolean skipProxyOperation); in noteProxyOperation() argument 75 boolean skipProxyOperation, int proxyAttributionFlags, int proxiedAttributionFlags, in startProxyOperation() argument 79 boolean skipProxyOperation); in finishProxyOperation() argument 145 boolean skipProxyOperation); in noteProxyOperationWithState() argument 149 boolean skipProxyOperation, int proxyAttributionFlags, int proxiedAttributionFlags, in startProxyOperationWithState() argument 152 in AttributionSourceState attributionSourceStateState, boolean skipProxyOperation); in finishProxyOperationWithState() argument
|
/frameworks/base/core/java/android/app/ |
D | AppOpsManagerInternal.java | 107 boolean shouldCollectMessage, boolean skipProxyOperation, in noteProxyOperation() argument 157 boolean shouldCollectMessage, boolean skipProxyOperation, in startProxyOperation() argument 190 boolean skipProxyOperation, in finishProxyOperation() argument
|
D | AppOpsManager.java | 9159 @Nullable String message, boolean skipProxyOperation) { in noteProxyOp() argument 9160 final int mode = noteProxyOpNoThrow(op, attributionSource, message, skipProxyOperation); in noteProxyOp() 9219 @Nullable String message, boolean skipProxyOperation) { in noteProxyOpNoThrow() argument 9238 shouldCollectMessage, skipProxyOperation); in noteProxyOpNoThrow() 9688 @Nullable String message, boolean skipProxyOperation) { in startProxyOp() argument 9690 message, skipProxyOperation); in startProxyOp() 9728 @Nullable String message, boolean skipProxyOperation) { in startProxyOpNoThrow() argument 9730 skipProxyOperation, ATTRIBUTION_FLAGS_NONE, ATTRIBUTION_FLAGS_NONE, in startProxyOpNoThrow() 9745 @Nullable String message, boolean skipProxyOperation, @AttributionFlags in startProxyOpNoThrow() argument 9764 shouldCollectMessage, skipProxyOperation, proxyAttributionFlags, in startProxyOpNoThrow() [all …]
|
/frameworks/base/services/core/java/com/android/server/pm/permission/ |
D | AccessCheckDelegate.java | 427 boolean shouldCollectMessage, boolean skipProxyOperation, in startProxyOperation() argument 444 shouldCollectMessage, skipProxyOperation, proxyAttributionFlags, in startProxyOperation() 451 shouldCollectAsyncNotedOp, message, shouldCollectMessage, skipProxyOperation, in startProxyOperation() 457 @NonNull AttributionSource attributionSource, boolean skipProxyOperation, in finishProxyOperation() argument 470 skipProxyOperation); in finishProxyOperation() 476 superImpl.apply(clientId, code, attributionSource, skipProxyOperation); in finishProxyOperation()
|
D | PermissionManagerService.java | 1492 boolean forDataDelivery, boolean startDataDelivery, boolean skipProxyOperation, in performOpTransaction() argument 1562 attributedOp, attributionSource, message, skipProxyOperation, in performOpTransaction() 1568 startedOp, resolvedAttributionSource, message, skipProxyOperation, in performOpTransaction() 1621 message, skipProxyOperation); in performOpTransaction() 1626 resolvedAttributionSource, message, skipProxyOperation); in performOpTransaction()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | AppOpsPolicy.java | 259 boolean shouldCollectMessage, boolean skipProxyOperation, @NonNull HexFunction<Integer, in noteProxyOperation() argument 265 skipProxyOperation); in noteProxyOperation() 286 boolean skipProxyOperation, @AttributionFlags int proxyAttributionFlags, in startProxyOperation() argument 293 shouldCollectMessage, skipProxyOperation, proxyAttributionFlags, in startProxyOperation() 307 @NonNull AttributionSource attributionSource, boolean skipProxyOperation, in finishProxyOperation() argument 311 attributionSource, skipProxyOperation); in finishProxyOperation()
|
/frameworks/base/services/core/java/com/android/server/appop/ |
D | AppOpsService.java | 2984 String message, boolean shouldCollectMessage, boolean skipProxyOperation) { in noteProxyOperation() argument 2986 shouldCollectAsyncNotedOp, message, shouldCollectMessage, skipProxyOperation); in noteProxyOperation() 2992 String message, boolean shouldCollectMessage, boolean skipProxyOperation) { in noteProxyOperationWithState() argument 2995 shouldCollectAsyncNotedOp, message, shouldCollectMessage, skipProxyOperation); in noteProxyOperationWithState() 3000 boolean skipProxyOperation) { in noteProxyOperationImpl() argument 3025 skipProxyOperation = skipProxyOperation in noteProxyOperationImpl() 3040 if (!skipProxyOperation) { in noteProxyOperationImpl() 3634 boolean skipProxyOperation, @AttributionFlags int proxyAttributionFlags, in startProxyOperation() argument 3638 skipProxyOperation, proxyAttributionFlags, proxiedAttributionFlags, in startProxyOperation() 3646 boolean skipProxyOperation, @AttributionFlags int proxyAttributionFlags, in startProxyOperationWithState() argument [all …]
|