Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/permission/
H A DIAppOpsService.cpp52 const std::optional<String16>& attributionTag, bool shouldCollectAsyncNotedOp, in noteOperation()
74 bool startIfModeDefault, bool shouldCollectAsyncNotedOp, const String16& message, in startOperation()
198 bool shouldCollectAsyncNotedOp = data.readBool(); variable
216 bool shouldCollectAsyncNotedOp = data.readBool(); variable
/aosp12/frameworks/base/core/java/android/app/
H A DAppOpsManagerInternal.java87 @Nullable String featureId, boolean shouldCollectAsyncNotedOp, in noteOperation()
105 boolean shouldCollectAsyncNotedOp, @Nullable String message, in noteProxyOperation()
129 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, in startOperation()
152 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, String message, in startProxyOperation()
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DAppOpsPolicy.java218 @Nullable String attributionTag, boolean shouldCollectAsyncNotedOp, @Nullable in noteOperation()
228 boolean shouldCollectAsyncNotedOp, @Nullable String message, in noteProxyOperation()
241 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, String message, in startOperation()
255 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperation()
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DIAppOpsService.aidl41 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage); in noteOperation()
44 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startOperation()
59 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in noteProxyOperation()
62 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, String message, in startProxyOperation()
/aosp12/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java3334 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in noteProxyOperation()
3341 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in noteProxyOperationImpl()
3399 String attributionTag, boolean shouldCollectAsyncNotedOp, String message, in noteOperation()
3406 @Nullable String attributionTag, boolean shouldCollectAsyncNotedOp, in noteOperationImpl()
3425 boolean shouldCollectAsyncNotedOp, @Nullable String message, in noteOperationUnchecked()
3801 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, in startOperation()
3811 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, @NonNull String message, in startOperationImpl()
3844 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperation()
3855 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, String message, in startProxyOperationImpl()
3941 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, @Nullable String message, in startOperationUnchecked()