Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DIAppOpsService.aidl49 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage); in noteOperation() argument
52 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startOperation() argument
69 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in noteProxyOperation() argument
74 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperation() argument
144 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in noteProxyOperationWithState() argument
148 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperationWithState() argument
158 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage); in noteOperationForDevice() argument
161 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startOperationForDevice() argument
/frameworks/base/services/core/java/com/android/server/pm/permission/
DAccessCheckDelegate.java353 @Nullable String featureId, int virtualDeviceId, boolean shouldCollectAsyncNotedOp, in noteOperation() argument
363 shouldCollectAsyncNotedOp, message, shouldCollectMessage); in noteOperation()
369 shouldCollectAsyncNotedOp, message, shouldCollectMessage); in noteOperation()
374 @NonNull AttributionSource attributionSource, boolean shouldCollectAsyncNotedOp, in noteProxyOperation() argument
388 shouldCollectAsyncNotedOp, message, shouldCollectMessage, in noteProxyOperation()
394 return superImpl.apply(code, attributionSource, shouldCollectAsyncNotedOp, in noteProxyOperation()
401 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, in startOperation() argument
412 virtualDeviceId, startIfModeDefault, shouldCollectAsyncNotedOp, message, in startOperation()
419 startIfModeDefault, shouldCollectAsyncNotedOp, message, shouldCollectMessage, in startOperation()
426 boolean shouldCollectAsyncNotedOp, @Nullable String message, in startProxyOperation() argument
[all …]
/frameworks/base/core/java/android/app/
DAppOpsManagerInternal.java88 @Nullable String featureId, int virtualDeviceId, boolean shouldCollectAsyncNotedOp, in noteOperation() argument
106 boolean shouldCollectAsyncNotedOp, @Nullable String message, in noteProxyOperation() argument
131 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, in startOperation() argument
156 boolean shouldCollectAsyncNotedOp, @Nullable String message, in startProxyOperation() argument
/frameworks/native/libs/permission/
DIAppOpsService.cpp52 const std::optional<String16>& attributionTag, bool shouldCollectAsyncNotedOp, in noteOperation() argument
60 data.writeBool(shouldCollectAsyncNotedOp); in noteOperation()
74 bool startIfModeDefault, bool shouldCollectAsyncNotedOp, const String16& message, in startOperation() argument
84 data.writeBool(shouldCollectAsyncNotedOp); in startOperation()
209 bool shouldCollectAsyncNotedOp = data.readBool(); in onTransact() local
213 shouldCollectAsyncNotedOp, message, shouldCollectMessage); in onTransact()
227 bool shouldCollectAsyncNotedOp = data.readBool(); in onTransact() local
231 startIfModeDefault, shouldCollectAsyncNotedOp, message, shouldCollectMessage); in onTransact()
/frameworks/base/services/core/java/com/android/server/policy/
DAppOpsPolicy.java248 boolean shouldCollectAsyncNotedOp, @Nullable String message, in noteOperation() argument
253 shouldCollectAsyncNotedOp, message, shouldCollectMessage); in noteOperation()
258 boolean shouldCollectAsyncNotedOp, @Nullable String message, in noteProxyOperation() argument
264 attributionSource, shouldCollectAsyncNotedOp, message, shouldCollectMessage, in noteProxyOperation()
271 boolean startIfModeDefault, boolean shouldCollectAsyncNotedOp, String message, in startOperation() argument
278 startIfModeDefault, shouldCollectAsyncNotedOp, message, shouldCollectMessage, in startOperation()
285 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperation() argument
292 attributionSource, startIfModeDefault, shouldCollectAsyncNotedOp, message, in startProxyOperation()
/frameworks/native/libs/permission/include/binder/
DIAppOpsService.h39 const std::optional<String16>& attributionTag, bool shouldCollectAsyncNotedOp,
43 bool startIfModeDefault, bool shouldCollectAsyncNotedOp, const String16& message,
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java2983 AttributionSource attributionSource, boolean shouldCollectAsyncNotedOp, in noteProxyOperation() argument
2986 shouldCollectAsyncNotedOp, message, shouldCollectMessage, skipProxyOperation); in noteProxyOperation()
2991 AttributionSourceState attributionSourceState, boolean shouldCollectAsyncNotedOp, in noteProxyOperationWithState() argument
2995 shouldCollectAsyncNotedOp, message, shouldCollectMessage, skipProxyOperation); in noteProxyOperationWithState()
2999 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in noteProxyOperationImpl() argument
3066 proxyAttributionTag, proxyVirtualDeviceId, proxiedFlags, shouldCollectAsyncNotedOp, in noteProxyOperationImpl()
3072 String attributionTag, boolean shouldCollectAsyncNotedOp, String message, in noteOperation() argument
3075 attributionTag, Context.DEVICE_ID_DEFAULT, shouldCollectAsyncNotedOp, message, in noteOperation()
3081 @Nullable String attributionTag, int virtualDeviceId, boolean shouldCollectAsyncNotedOp, in noteOperationForDevice() argument
3084 attributionTag, virtualDeviceId, shouldCollectAsyncNotedOp, message, in noteOperationForDevice()
[all …]