Searched defs:shouldCollectAsyncNotedOp (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/permission/ |
D | IAppOpsService.cpp | 52 const std::optional<String16>& attributionTag, bool shouldCollectAsyncNotedOp, in noteOperation() 74 bool startIfModeDefault, bool shouldCollectAsyncNotedOp, const String16& message, in startOperation() 198 bool shouldCollectAsyncNotedOp = data.readBool(); in onTransact() local 216 bool shouldCollectAsyncNotedOp = data.readBool(); in onTransact() local
|
/frameworks/base/core/java/android/app/ |
D | AppOpsManagerInternal.java | 87 @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()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | AppOpsPolicy.java | 218 @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()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IAppOpsService.aidl | 41 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()
|
/frameworks/base/services/core/java/com/android/server/appop/ |
D | AppOpsService.java | 3333 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in noteProxyOperation() 3340 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in noteProxyOperationImpl() 3398 String attributionTag, boolean shouldCollectAsyncNotedOp, String message, in noteOperation() 3405 @Nullable String attributionTag, boolean shouldCollectAsyncNotedOp, in noteOperationImpl() 3424 boolean shouldCollectAsyncNotedOp, @Nullable String message, in noteOperationUnchecked() 3800 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, in startOperation() 3810 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, @NonNull String message, in startOperationImpl() 3843 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperation() 3854 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, String message, in startProxyOperationImpl() 3940 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, @Nullable String message, in startOperationUnchecked()
|