Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/permission/
H A 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()
200 bool shouldCollectMessage = data.readBool(); variable
202 shouldCollectAsyncNotedOp, message, shouldCollectMessage);
218 bool shouldCollectMessage = data.readBool(); variable
220 startIfModeDefault, shouldCollectAsyncNotedOp, message, shouldCollectMessage);
/aosp12/frameworks/base/core/java/android/app/
H A DAppOpsManagerInternal.java88 @Nullable String message, boolean shouldCollectMessage, in noteOperation() argument
106 boolean shouldCollectMessage, boolean skipProxyOperation, in noteProxyOperation() argument
130 @Nullable String message, boolean shouldCollectMessage, in startOperation() argument
153 boolean shouldCollectMessage, boolean skipProxyOperation, @AttributionFlags in startProxyOperation() argument
H A DAppOpsManager.java8269 boolean shouldCollectMessage = Process.myUid() == Process.SYSTEM_UID; in noteOpNoThrow()
8274 shouldCollectMessage = true; in noteOpNoThrow()
8279 collectionMode == COLLECT_ASYNC, message, shouldCollectMessage); in noteOpNoThrow()
8438 boolean shouldCollectMessage = (myUid == Process.SYSTEM_UID); in noteProxyOpNoThrow()
8443 shouldCollectMessage = true; in noteProxyOpNoThrow()
8449 shouldCollectMessage, skipProxyOperation); in noteProxyOpNoThrow()
8774 boolean shouldCollectMessage = Process.myUid() == Process.SYSTEM_UID; in startOpNoThrow()
8779 shouldCollectMessage = true; in startOpNoThrow()
8785 shouldCollectMessage, attributionFlags, attributionChainId); in startOpNoThrow()
8908 boolean shouldCollectMessage = Process.myUid() == Process.SYSTEM_UID; in startProxyOpNoThrow()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DAppOpsPolicy.java219 String message, boolean shouldCollectMessage, @NonNull HeptFunction<Integer, Integer, in noteOperation() argument
223 message, shouldCollectMessage); in noteOperation()
229 boolean shouldCollectMessage, boolean skipProxyOperation, @NonNull HexFunction<Integer, in noteProxyOperation() argument
234 attributionSource, shouldCollectAsyncNotedOp, message, shouldCollectMessage, in noteProxyOperation()
242 boolean shouldCollectMessage, @AttributionFlags int attributionFlags, in startOperation() argument
248 shouldCollectAsyncNotedOp, message, shouldCollectMessage, attributionFlags, in startOperation()
255 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperation() argument
263 shouldCollectMessage, skipProxyOperation, proxyAttributionFlags, in startProxyOperation()
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DIAppOpsService.aidl41 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage); in noteOperation() argument
44 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startOperation() argument
59 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in noteProxyOperation() argument
63 boolean shouldCollectMessage, boolean skipProxyOperation, int proxyAttributionFlags, in startProxyOperation() argument
/aosp12/frameworks/native/libs/permission/include/binder/
H A DIAppOpsService.h40 const String16& message, bool shouldCollectMessage) = 0;
44 bool shouldCollectMessage) = 0;
/aosp12/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java3400 boolean shouldCollectMessage) { in noteOperation() argument
3407 @Nullable String message, boolean shouldCollectMessage) { in noteOperationImpl() argument
3426 boolean shouldCollectMessage) { in noteOperationUnchecked() argument
3510 shouldCollectMessage); in noteOperationUnchecked()
3669 boolean shouldCollectMessage) { in collectAsyncNotedOp() argument
3685 && shouldCollectMessage) { in collectAsyncNotedOp()
4038 message, shouldCollectMessage); in startOperationUnchecked()
7539 boolean shouldCollectMessage) {
7561 boolean shouldCollectMessage) {
7583 shouldCollectMessage, skipProxyOperation);
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java17029 @Nullable String message, boolean shouldCollectMessage,
17038 shouldCollectAsyncNotedOp, message, shouldCollectMessage);
17044 message, shouldCollectMessage);
17061 shouldCollectAsyncNotedOp, message, shouldCollectMessage,
17068 message, shouldCollectMessage, skiProxyOperation);
17075 @Nullable String message, boolean shouldCollectMessage,
17086 shouldCollectMessage, attributionFlags, attributionChainId);
17092 startIfModeDefault, shouldCollectAsyncNotedOp, message, shouldCollectMessage,
17099 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage,
17113 shouldCollectMessage, skipProxyOperation, proxyAttributionFlags,
[all …]