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()
 209             bool shouldCollectAsyncNotedOp = data.readBool();  in onTransact()  local
 227             bool shouldCollectAsyncNotedOp = data.readBool();  in onTransact()  local
 
 | 
| /frameworks/base/core/java/android/app/ | 
| D | AppOpsManagerInternal.java | 85                 @Nullable String featureId, boolean shouldCollectAsyncNotedOp,  in noteOperation()103                 boolean shouldCollectAsyncNotedOp, @Nullable String message,  in noteProxyOperation()
 127                 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp,  in startOperation()
 152                 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()
 61             boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage,  in noteProxyOperation()
 65             boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage,  in startProxyOperation()
 
 | 
| /frameworks/base/services/core/java/com/android/server/policy/ | 
| D | AppOpsPolicy.java | 232             @Nullable String attributionTag, boolean shouldCollectAsyncNotedOp, @Nullable  in noteOperation()242             boolean shouldCollectAsyncNotedOp, @Nullable String message,  in noteProxyOperation()
 255             boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, String message,  in startOperation()
 269             boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage,  in startProxyOperation()
 
 | 
| /frameworks/base/services/core/java/com/android/server/appop/ | 
| D | AppOpsService.java | 2528             boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage,  in noteProxyOperation()2535             boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage,  in noteProxyOperationImpl()
 2596             String attributionTag, boolean shouldCollectAsyncNotedOp, String message,  in noteOperation()
 2603             @Nullable String attributionTag, boolean shouldCollectAsyncNotedOp,  in noteOperationImpl()
 2625             boolean shouldCollectAsyncNotedOp, @Nullable String message,  in noteOperationUnchecked()
 3006             boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp,  in startOperation()
 3016             boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, @NonNull String message,  in startOperationImpl()
 3064             boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage,  in startProxyOperation()
 3075             boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, String message,  in startProxyOperationImpl()
 3162             boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, @Nullable String message,  in startOperationUnchecked()
 
 |