Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DIAppOpsService.aidl49 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage); in noteOperation()
52 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startOperation()
69 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in noteProxyOperation()
74 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperation()
144 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in noteProxyOperationWithState()
148 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperationWithState()
158 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage); in noteOperationForDevice()
161 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startOperationForDevice()
/frameworks/native/libs/permission/
DIAppOpsService.cpp53 const String16& message, bool shouldCollectMessage) { in noteOperation()
75 bool shouldCollectMessage) { in startOperation()
211 bool shouldCollectMessage = data.readBool(); in onTransact() local
229 bool shouldCollectMessage = data.readBool(); in onTransact() local
/frameworks/base/core/java/android/app/
DAppOpsManagerInternal.java89 @Nullable String message, boolean shouldCollectMessage, in noteOperation()
107 boolean shouldCollectMessage, boolean skipProxyOperation, in noteProxyOperation()
132 @Nullable String message, boolean shouldCollectMessage, in startOperation()
157 boolean shouldCollectMessage, boolean skipProxyOperation, in startProxyOperation()
/frameworks/base/services/core/java/com/android/server/policy/
DAppOpsPolicy.java249 boolean shouldCollectMessage, @NonNull OctFunction<Integer, Integer, String, String, in noteOperation()
259 boolean shouldCollectMessage, boolean skipProxyOperation, @NonNull HexFunction<Integer, in noteProxyOperation()
272 boolean shouldCollectMessage, @AttributionFlags int attributionFlags, in startOperation()
285 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperation()
/frameworks/base/services/core/java/com/android/server/pm/permission/
DAccessCheckDelegate.java354 @Nullable String message, boolean shouldCollectMessage, in noteOperation()
375 @Nullable String message, boolean shouldCollectMessage, boolean skiProxyOperation, in noteProxyOperation()
402 @Nullable String message, boolean shouldCollectMessage, in startOperation()
427 boolean shouldCollectMessage, boolean skipProxyOperation, in startProxyOperation()
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java2984 String message, boolean shouldCollectMessage, boolean skipProxyOperation) { in noteProxyOperation()
2992 String message, boolean shouldCollectMessage, boolean skipProxyOperation) { in noteProxyOperationWithState()
2999 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in noteProxyOperationImpl()
3073 boolean shouldCollectMessage) { in noteOperation()
3082 String message, boolean shouldCollectMessage) { in noteOperationForDevice()
3091 boolean shouldCollectMessage) { in noteOperationImpl()
3126 boolean shouldCollectMessage) { in noteOperationUnchecked()
3421 boolean shouldCollectMessage) { in collectAsyncNotedOp()
3554 String message, boolean shouldCollectMessage, @AttributionFlags int attributionFlags, in startOperation()
3567 boolean shouldCollectMessage, @AttributionFlags int attributionFlags, in startOperationForDevice()
[all …]