Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DAppOpsManagerInternal.java85 @Nullable String featureId, boolean shouldCollectAsyncNotedOp, in noteOperation() argument
103 boolean shouldCollectAsyncNotedOp, @Nullable String message, in noteProxyOperation() argument
127 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, in startOperation() argument
152 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperation() argument
/aosp14/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
61 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in noteProxyOperation() argument
65 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperation() argument
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DAppOpsPolicy.java232 @Nullable String attributionTag, boolean shouldCollectAsyncNotedOp, @Nullable in noteOperation() argument
236 resolveUid(code, uid), packageName, attributionTag, shouldCollectAsyncNotedOp, in noteOperation()
242 boolean shouldCollectAsyncNotedOp, @Nullable String message, in noteProxyOperation() argument
248 attributionSource, shouldCollectAsyncNotedOp, message, shouldCollectMessage, in noteProxyOperation()
255 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, String message, in startOperation() argument
262 shouldCollectAsyncNotedOp, message, shouldCollectMessage, attributionFlags, in startOperation()
269 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperation() argument
276 attributionSource, startIfModeDefault, shouldCollectAsyncNotedOp, message, in startProxyOperation()
/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java2603 @Nullable String attributionTag, boolean shouldCollectAsyncNotedOp, in noteOperationImpl() argument
2619 shouldCollectAsyncNotedOp, message, shouldCollectMessage); in noteOperationImpl()
2625 boolean shouldCollectAsyncNotedOp, @Nullable String message, in noteOperationUnchecked() argument
2717 if (shouldCollectAsyncNotedOp) { in noteOperationUnchecked()
3010 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, in startOperation() argument
3133 shouldCollectAsyncNotedOp, message, shouldCollectMessage, in startProxyOperationImpl()
3270 if (shouldCollectAsyncNotedOp && !dryRun && !isRestricted) { in startOperationUnchecked()
6481 shouldCollectAsyncNotedOp, message, shouldCollectMessage);
6486 boolean shouldCollectAsyncNotedOp, @Nullable String message,
6489 shouldCollectAsyncNotedOp, message, shouldCollectMessage,
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java19992 @Nullable String featureId, boolean shouldCollectAsyncNotedOp,
20002 shouldCollectAsyncNotedOp, message, shouldCollectMessage);
20007 return superImpl.apply(code, uid, packageName, featureId, shouldCollectAsyncNotedOp,
20013 @NonNull AttributionSource attributionSource, boolean shouldCollectAsyncNotedOp,
20026 shouldCollectAsyncNotedOp, message, shouldCollectMessage,
20032 return superImpl.apply(code, attributionSource, shouldCollectAsyncNotedOp,
20039 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp,
20057 startIfModeDefault, shouldCollectAsyncNotedOp, message, shouldCollectMessage,
20064 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage,
20079 startIfModeDefault, shouldCollectAsyncNotedOp, message,
[all …]