/frameworks/base/core/java/android/app/ |
D | AppOpsManagerInternal.java | 106 boolean shouldCollectMessage, boolean skipProxyOperation, in noteProxyOperation() argument 153 boolean shouldCollectMessage, boolean skipProxyOperation, @AttributionFlags in startProxyOperation() argument 181 boolean skipProxyOperation, in finishProxyOperation() argument
|
D | AppOpsManager.java | 8371 @Nullable String message, boolean skipProxyOperation) { in noteProxyOp() argument 8372 final int mode = noteProxyOpNoThrow(op, attributionSource, message, skipProxyOperation); in noteProxyOp() 8430 @Nullable String message, boolean skipProxyOperation) { in noteProxyOpNoThrow() argument 8449 shouldCollectMessage, skipProxyOperation); in noteProxyOpNoThrow() 8845 @Nullable String message, boolean skipProxyOperation) { in startProxyOp() argument 8847 message, skipProxyOperation); in startProxyOp() 8885 @Nullable String message, boolean skipProxyOperation) { in startProxyOpNoThrow() argument 8886 return startProxyOpNoThrow(op, attributionSource, message, skipProxyOperation, in startProxyOpNoThrow() 8900 @Nullable String message, boolean skipProxyOperation, @AttributionFlags in startProxyOpNoThrow() argument 8919 shouldCollectMessage, skipProxyOperation, proxyAttributionFlags, in startProxyOpNoThrow() [all …]
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | AppOpsPolicy.java | 229 boolean shouldCollectMessage, boolean skipProxyOperation, @NonNull HexFunction<Integer, in noteProxyOperation() argument 235 skipProxyOperation); in noteProxyOperation() 256 boolean skipProxyOperation, @AttributionFlags int proxyAttributionFlags, in startProxyOperation() argument 263 shouldCollectMessage, skipProxyOperation, proxyAttributionFlags, in startProxyOperation() 277 boolean skipProxyOperation, @NonNull TriFunction<Integer, AttributionSource, in finishProxyOperation() argument 281 attributionSource, skipProxyOperation); in finishProxyOperation() local
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IAppOpsService.aidl | 60 boolean skipProxyOperation); in noteProxyOperation() argument 63 boolean shouldCollectMessage, boolean skipProxyOperation, int proxyAttributionFlags, in startProxyOperation() argument 66 boolean skipProxyOperation); in finishProxyOperation() argument
|
/frameworks/base/services/core/java/com/android/server/appop/ |
D | AppOpsService.java | 3334 boolean skipProxyOperation) { in noteProxyOperation() argument 3336 shouldCollectAsyncNotedOp, message, shouldCollectMessage, skipProxyOperation); in noteProxyOperation() 3341 boolean skipProxyOperation) { in noteProxyOperationImpl() argument 3354 skipProxyOperation = skipProxyOperation in noteProxyOperationImpl() 3369 if (!skipProxyOperation) { in noteProxyOperationImpl() 3844 boolean skipProxyOperation, @AttributionFlags int proxyAttributionFlags, in startProxyOperation() argument 3848 skipProxyOperation, proxyAttributionFlags, proxiedAttributionFlags, in startProxyOperation() 3855 boolean shouldCollectMessage, boolean skipProxyOperation, @AttributionFlags in startProxyOperationImpl() argument 3873 skipProxyOperation = isCallerTrusted && skipProxyOperation; in startProxyOperationImpl() 3902 if (!skipProxyOperation) { in startProxyOperationImpl() [all …]
|
/frameworks/base/services/core/java/com/android/server/pm/permission/ |
D | PermissionManagerService.java | 6027 boolean forDataDelivery, boolean startDataDelivery, boolean skipProxyOperation, 6099 attributionSource, message, skipProxyOperation, 6104 resolvedAttributionSource, message, skipProxyOperation, 6149 message, skipProxyOperation); 6153 resolvedAttributionSource, message, skipProxyOperation);
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 17023 boolean skipProxyOperation, @AttributionFlags int proxyAttributionFlags, 17036 shouldCollectMessage, skipProxyOperation, proxyAttributionFlags, 17043 shouldCollectAsyncNotedOp, message, shouldCollectMessage, skipProxyOperation, 17049 boolean skipProxyOperation, @NonNull TriFunction<Integer, AttributionSource, 17059 skipProxyOperation); 17064 superImpl.apply(code, attributionSource, skipProxyOperation);
|