Home
last modified time | relevance | path

Searched refs:shouldCollectMessage (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DIAppOpsService.aidl49 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage); in noteOperation() argument
52 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startOperation() argument
69 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in noteProxyOperation() argument
74 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperation() argument
144 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in noteProxyOperationWithState() argument
148 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperationWithState() argument
158 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage); in noteOperationForDevice() argument
161 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startOperationForDevice() argument
/frameworks/base/services/core/java/com/android/server/pm/permission/
DAccessCheckDelegate.java354 @Nullable String message, boolean shouldCollectMessage, in noteOperation() argument
363 shouldCollectAsyncNotedOp, message, shouldCollectMessage); in noteOperation()
369 shouldCollectAsyncNotedOp, message, shouldCollectMessage); in noteOperation()
375 @Nullable String message, boolean shouldCollectMessage, boolean skiProxyOperation, in noteProxyOperation() argument
388 shouldCollectAsyncNotedOp, message, shouldCollectMessage, in noteProxyOperation()
395 message, shouldCollectMessage, skiProxyOperation); in noteProxyOperation()
402 @Nullable String message, boolean shouldCollectMessage, in startOperation() argument
413 shouldCollectMessage, attributionFlags, attributionChainId); in startOperation()
419 startIfModeDefault, shouldCollectAsyncNotedOp, message, shouldCollectMessage, in startOperation()
427 boolean shouldCollectMessage, boolean skipProxyOperation, in startProxyOperation() argument
[all …]
/frameworks/base/core/java/android/app/
DAppOpsManagerInternal.java89 @Nullable String message, boolean shouldCollectMessage, in noteOperation() argument
107 boolean shouldCollectMessage, boolean skipProxyOperation, in noteProxyOperation() argument
132 @Nullable String message, boolean shouldCollectMessage, in startOperation() argument
157 boolean shouldCollectMessage, boolean skipProxyOperation, in startProxyOperation() argument
DAppOpsManager.java9051 boolean shouldCollectMessage = Process.myUid() == Process.SYSTEM_UID; in noteOpNoThrow()
9056 shouldCollectMessage = true; in noteOpNoThrow()
9063 collectionMode == COLLECT_ASYNC, message, shouldCollectMessage); in noteOpNoThrow()
9067 shouldCollectMessage); in noteOpNoThrow()
9227 boolean shouldCollectMessage = (myUid == Process.SYSTEM_UID); in noteProxyOpNoThrow()
9232 shouldCollectMessage = true; in noteProxyOpNoThrow()
9238 shouldCollectMessage, skipProxyOperation); in noteProxyOpNoThrow()
9610 boolean shouldCollectMessage = Process.myUid() == Process.SYSTEM_UID; in startOpNoThrow()
9615 shouldCollectMessage = true; in startOpNoThrow()
9623 shouldCollectMessage, attributionFlags, attributionChainId); in startOpNoThrow()
[all …]
/frameworks/native/libs/permission/
DIAppOpsService.cpp53 const String16& message, bool shouldCollectMessage) { in noteOperation() argument
62 data.writeBool(shouldCollectMessage); in noteOperation()
75 bool shouldCollectMessage) { in startOperation() argument
86 data.writeBool(shouldCollectMessage); in startOperation()
211 bool shouldCollectMessage = data.readBool(); in onTransact() local
213 shouldCollectAsyncNotedOp, message, shouldCollectMessage); in onTransact()
229 bool shouldCollectMessage = data.readBool(); in onTransact() local
231 startIfModeDefault, shouldCollectAsyncNotedOp, message, shouldCollectMessage); in onTransact()
/frameworks/base/services/core/java/com/android/server/policy/
DAppOpsPolicy.java249 boolean shouldCollectMessage, @NonNull OctFunction<Integer, Integer, String, String, in noteOperation() argument
253 shouldCollectAsyncNotedOp, message, shouldCollectMessage); in noteOperation()
259 boolean shouldCollectMessage, boolean skipProxyOperation, @NonNull HexFunction<Integer, in noteProxyOperation() argument
264 attributionSource, shouldCollectAsyncNotedOp, message, shouldCollectMessage, in noteProxyOperation()
272 boolean shouldCollectMessage, @AttributionFlags int attributionFlags, in startOperation() argument
278 startIfModeDefault, shouldCollectAsyncNotedOp, message, shouldCollectMessage, in startOperation()
285 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperation() argument
293 shouldCollectMessage, skipProxyOperation, proxyAttributionFlags, in startProxyOperation()
/frameworks/native/libs/permission/include/binder/
DIAppOpsService.h40 const String16& message, bool shouldCollectMessage) = 0;
44 bool shouldCollectMessage) = 0;
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java2984 String message, boolean shouldCollectMessage, boolean skipProxyOperation) { in noteProxyOperation() argument
2986 shouldCollectAsyncNotedOp, message, shouldCollectMessage, skipProxyOperation); in noteProxyOperation()
2992 String message, boolean shouldCollectMessage, boolean skipProxyOperation) { in noteProxyOperationWithState() argument
2995 shouldCollectAsyncNotedOp, message, shouldCollectMessage, skipProxyOperation); in noteProxyOperationWithState()
2999 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in noteProxyOperationImpl() argument
3048 "proxy " + message, shouldCollectMessage); in noteProxyOperationImpl()
3067 message, shouldCollectMessage); in noteProxyOperationImpl()
3073 boolean shouldCollectMessage) { in noteOperation() argument
3076 shouldCollectMessage); in noteOperation()
3082 String message, boolean shouldCollectMessage) { in noteOperationForDevice() argument
[all …]