Searched defs:shouldCollectAsyncNotedOp (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | IAppOpsService.aidl | 49 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage); in noteOperation() 52 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startOperation() 69 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in noteProxyOperation() 74 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperation() 144 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in noteProxyOperationWithState() 148 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperationWithState() 158 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage); in noteOperationForDevice() 161 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startOperationForDevice()
|
/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 | 88 @Nullable String featureId, int virtualDeviceId, boolean shouldCollectAsyncNotedOp, in noteOperation() 106 boolean shouldCollectAsyncNotedOp, @Nullable String message, in noteProxyOperation() 131 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, in startOperation() 156 boolean shouldCollectAsyncNotedOp, @Nullable String message, in startProxyOperation()
|
D | AppOpsManager.java | 7652 boolean shouldCollectAsyncNotedOp, boolean shouldCollectMessage) { in NotedOp()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | AppOpsPolicy.java | 250 boolean shouldCollectAsyncNotedOp, @Nullable String message, in noteOperation() 261 boolean shouldCollectAsyncNotedOp, @Nullable String message, in noteProxyOperation() 274 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, String message, in startOperation() 288 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperation()
|
/frameworks/base/services/core/java/com/android/server/pm/permission/ |
D | AccessCheckDelegate.java | 413 @Nullable String featureId, int virtualDeviceId, boolean shouldCollectAsyncNotedOp, in noteOperation() 440 @NonNull AttributionSource attributionSource, boolean shouldCollectAsyncNotedOp, in noteProxyOperation() 484 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, in startOperation() 515 boolean shouldCollectAsyncNotedOp, @Nullable String message, in startProxyOperation()
|
/frameworks/base/services/core/java/com/android/server/appop/ |
D | AppOpsService.java | 3222 AttributionSource attributionSource, boolean shouldCollectAsyncNotedOp, in noteProxyOperation() 3230 AttributionSourceState attributionSourceState, boolean shouldCollectAsyncNotedOp, in noteProxyOperationWithState() 3245 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in noteProxyOperationImpl() 3331 String attributionTag, boolean shouldCollectAsyncNotedOp, String message, in noteOperation() 3349 @Nullable String attributionTag, int virtualDeviceId, boolean shouldCollectAsyncNotedOp, in noteOperationForDevice() 3357 @Nullable String attributionTag, int virtualDeviceId, boolean shouldCollectAsyncNotedOp, in noteOperationImpl() 3404 @OpFlags int flags, boolean shouldCollectAsyncNotedOp, @Nullable String message, in noteOperationUnchecked() 3844 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, in startOperation() 3857 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, String message, in startOperationForDevice() 3868 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, @NonNull String message, in startOperationImpl() [all …]
|