Searched defs:shouldCollectMessage (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/native/libs/permission/ |
H A D | IAppOpsService.cpp | 53 const String16& message, bool shouldCollectMessage) { in noteOperation() 75 bool shouldCollectMessage) { in startOperation() 200 bool shouldCollectMessage = data.readBool(); variable 218 bool shouldCollectMessage = data.readBool(); variable
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | AppOpsManagerInternal.java | 88 @Nullable String message, boolean shouldCollectMessage, in noteOperation() 106 boolean shouldCollectMessage, boolean skipProxyOperation, in noteProxyOperation() 130 @Nullable String message, boolean shouldCollectMessage, in startOperation() 153 boolean shouldCollectMessage, boolean skipProxyOperation, @AttributionFlags in startProxyOperation()
|
/aosp12/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | AppOpsPolicy.java | 219 String message, boolean shouldCollectMessage, @NonNull HeptFunction<Integer, Integer, in noteOperation() 229 boolean shouldCollectMessage, boolean skipProxyOperation, @NonNull HexFunction<Integer, in noteProxyOperation() 242 boolean shouldCollectMessage, @AttributionFlags int attributionFlags, in startOperation() 255 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperation()
|
/aosp12/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() 59 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in noteProxyOperation() 63 boolean shouldCollectMessage, boolean skipProxyOperation, int proxyAttributionFlags, in startProxyOperation()
|
/aosp12/frameworks/base/services/core/java/com/android/server/appop/ |
H A D | AppOpsService.java | 3334 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in noteProxyOperation() 3341 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in noteProxyOperationImpl() 3400 boolean shouldCollectMessage) { in noteOperation() 3407 @Nullable String message, boolean shouldCollectMessage) { in noteOperationImpl() 3426 boolean shouldCollectMessage) { in noteOperationUnchecked() 3669 boolean shouldCollectMessage) { in collectAsyncNotedOp() 3802 String message, boolean shouldCollectMessage, @AttributionFlags int attributionFlags, in startOperation() 3812 boolean shouldCollectMessage, @AttributionFlags int attributionFlags, in startOperationImpl() 3844 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperation() 3856 boolean shouldCollectMessage, boolean skipProxyOperation, @AttributionFlags in startProxyOperationImpl() [all …]
|