Home
last modified time | relevance | path

Searched defs:shouldCollectMessage (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/permission/
DIAppOpsService.cpp53 const String16& message, bool shouldCollectMessage) { in noteOperation()
75 bool shouldCollectMessage) { in startOperation()
200 bool shouldCollectMessage = data.readBool(); in onTransact() local
218 bool shouldCollectMessage = data.readBool(); in onTransact() local
/frameworks/base/core/java/android/app/
DAppOpsManagerInternal.java86 @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()
/frameworks/base/core/java/com/android/internal/app/
DIAppOpsService.aidl41 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 shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperation()
/frameworks/base/services/core/java/com/android/server/policy/
DAppOpsPolicy.java223 String message, boolean shouldCollectMessage, @NonNull HeptFunction<Integer, Integer, in noteOperation()
233 boolean shouldCollectMessage, boolean skipProxyOperation, @NonNull HexFunction<Integer, in noteProxyOperation()
246 boolean shouldCollectMessage, @AttributionFlags int attributionFlags, in startOperation()
259 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperation()
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java3360 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in noteProxyOperation()
3367 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in noteProxyOperationImpl()
3426 boolean shouldCollectMessage) { in noteOperation()
3433 @Nullable String message, boolean shouldCollectMessage) { in noteOperationImpl()
3452 boolean shouldCollectMessage) { in noteOperationUnchecked()
3695 boolean shouldCollectMessage) { in collectAsyncNotedOp()
3828 String message, boolean shouldCollectMessage, @AttributionFlags int attributionFlags, in startOperation()
3838 boolean shouldCollectMessage, @AttributionFlags int attributionFlags, in startOperationImpl()
3870 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperation()
3882 boolean shouldCollectMessage, boolean skipProxyOperation, @AttributionFlags in startProxyOperationImpl()
[all …]