Searched defs:shouldCollectMessage (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/android/app/ |
H A D | AppOpsManagerInternal.java | 86 @Nullable String message, boolean shouldCollectMessage, in noteOperation() 104 boolean shouldCollectMessage, boolean skipProxyOperation, in noteProxyOperation() 128 @Nullable String message, boolean shouldCollectMessage, in startOperation() 152 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperation()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | IAppOpsService.aidl | 41 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage); in noteOperation() 44 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startOperation() 61 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in noteProxyOperation() 65 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperation()
|
/aosp14/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | AppOpsPolicy.java | 233 String message, boolean shouldCollectMessage, @NonNull HeptFunction<Integer, Integer, in noteOperation() 243 boolean shouldCollectMessage, boolean skipProxyOperation, @NonNull HexFunction<Integer, in noteProxyOperation() 256 boolean shouldCollectMessage, @AttributionFlags int attributionFlags, in startOperation() 269 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperation()
|
/aosp14/frameworks/base/services/core/java/com/android/server/appop/ |
H A D | AppOpsService.java | 2528 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in noteProxyOperation() 2535 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in noteProxyOperationImpl() 2597 boolean shouldCollectMessage) { in noteOperation() 2604 @Nullable String message, boolean shouldCollectMessage) { in noteOperationImpl() 2626 boolean shouldCollectMessage) { in noteOperationUnchecked() 2878 boolean shouldCollectMessage) { in collectAsyncNotedOp() 3011 String message, boolean shouldCollectMessage, @AttributionFlags int attributionFlags, in startOperation() 3021 boolean shouldCollectMessage, @AttributionFlags int attributionFlags, in startOperationImpl() 3068 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperation() 3080 boolean shouldCollectMessage, boolean skipProxyOperation, @AttributionFlags in startProxyOperationImpl() [all …]
|