Home
last modified time | relevance | path

Searched refs:shouldCollectAsyncNotedOp (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/native/libs/permission/
H A DIAppOpsService.cpp52 const std::optional<String16>& attributionTag, bool shouldCollectAsyncNotedOp, in noteOperation() argument
60 data.writeBool(shouldCollectAsyncNotedOp); in noteOperation()
74 bool startIfModeDefault, bool shouldCollectAsyncNotedOp, const String16& message, in startOperation() argument
84 data.writeBool(shouldCollectAsyncNotedOp); in startOperation()
198 bool shouldCollectAsyncNotedOp = data.readBool(); variable
202 shouldCollectAsyncNotedOp, message, shouldCollectMessage);
216 bool shouldCollectAsyncNotedOp = data.readBool(); variable
220 startIfModeDefault, shouldCollectAsyncNotedOp, message, shouldCollectMessage);
/aosp12/frameworks/base/core/java/android/app/
H A DAppOpsManagerInternal.java87 @Nullable String featureId, boolean shouldCollectAsyncNotedOp, in noteOperation() argument
105 boolean shouldCollectAsyncNotedOp, @Nullable String message, in noteProxyOperation() argument
129 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, in startOperation() argument
152 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, String message, in startProxyOperation() argument
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DAppOpsPolicy.java218 @Nullable String attributionTag, boolean shouldCollectAsyncNotedOp, @Nullable in noteOperation() argument
222 resolveUid(code, uid), packageName, attributionTag, shouldCollectAsyncNotedOp, in noteOperation()
228 boolean shouldCollectAsyncNotedOp, @Nullable String message, in noteProxyOperation() argument
234 attributionSource, shouldCollectAsyncNotedOp, message, shouldCollectMessage, in noteProxyOperation()
241 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, String message, in startOperation() argument
248 shouldCollectAsyncNotedOp, message, shouldCollectMessage, attributionFlags, in startOperation()
255 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperation() argument
262 attributionSource, startIfModeDefault, shouldCollectAsyncNotedOp, message, 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
62 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, String message, in startProxyOperation() argument
/aosp12/frameworks/native/libs/permission/include/binder/
H A DIAppOpsService.h39 const std::optional<String16>& attributionTag, bool shouldCollectAsyncNotedOp,
43 bool startIfModeDefault, bool shouldCollectAsyncNotedOp, const String16& message,
/aosp12/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java3406 @Nullable String attributionTag, boolean shouldCollectAsyncNotedOp, in noteOperationImpl() argument
3419 shouldCollectAsyncNotedOp, message, shouldCollectMessage); in noteOperationImpl()
3425 boolean shouldCollectAsyncNotedOp, @Nullable String message, in noteOperationUnchecked() argument
3508 if (shouldCollectAsyncNotedOp) { in noteOperationUnchecked()
3801 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, in startOperation() argument
3908 shouldCollectAsyncNotedOp, message, shouldCollectMessage, in startProxyOperationImpl()
4036 if (shouldCollectAsyncNotedOp && !dryRun && !isRestricted) { in startOperationUnchecked()
7555 shouldCollectAsyncNotedOp, message, shouldCollectMessage);
7560 boolean shouldCollectAsyncNotedOp, @Nullable String message,
7563 shouldCollectAsyncNotedOp, message, shouldCollectMessage,
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java17028 @Nullable String featureId, boolean shouldCollectAsyncNotedOp,
17038 shouldCollectAsyncNotedOp, message, shouldCollectMessage);
17043 return superImpl.apply(code, uid, packageName, featureId, shouldCollectAsyncNotedOp,
17049 @NonNull AttributionSource attributionSource, boolean shouldCollectAsyncNotedOp,
17061 shouldCollectAsyncNotedOp, message, shouldCollectMessage,
17067 return superImpl.apply(code, attributionSource, shouldCollectAsyncNotedOp,
17074 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp,
17092 startIfModeDefault, shouldCollectAsyncNotedOp, message, shouldCollectMessage,
17099 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage,
17112 startIfModeDefault, shouldCollectAsyncNotedOp, message,
[all …]