Searched defs:shouldCollectMessage (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 | 53 const String16& message, bool shouldCollectMessage) { in noteOperation() 75 bool shouldCollectMessage) { in startOperation() 211 bool shouldCollectMessage = data.readBool(); in onTransact() local 229 bool shouldCollectMessage = data.readBool(); in onTransact() local
|
/frameworks/base/core/java/android/app/ |
D | AppOpsManagerInternal.java | 89 @Nullable String message, boolean shouldCollectMessage, int notedCount, in noteOperation() 107 boolean shouldCollectMessage, boolean skipProxyOperation, in noteProxyOperation() 132 @Nullable String message, boolean shouldCollectMessage, in startOperation() 157 boolean shouldCollectMessage, boolean skipProxyOperation, in startProxyOperation()
|
D | AppOpsManager.java | 7652 boolean shouldCollectAsyncNotedOp, boolean shouldCollectMessage) { in NotedOp() 9615 boolean collectAsync, boolean shouldCollectMessage) { in batchDuplicateNoteOps()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | AppOpsPolicy.java | 251 boolean shouldCollectMessage, int notedCount, in noteOperation() 262 boolean shouldCollectMessage, boolean skipProxyOperation, @NonNull HexFunction<Integer, in noteProxyOperation() 275 boolean shouldCollectMessage, @AttributionFlags int attributionFlags, in startOperation() 288 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in startProxyOperation()
|
/frameworks/base/services/core/java/com/android/server/pm/permission/ |
D | AccessCheckDelegate.java | 414 @Nullable String message, boolean shouldCollectMessage, int notedCount, in noteOperation() 441 @Nullable String message, boolean shouldCollectMessage, boolean skiProxyOperation, in noteProxyOperation() 485 @Nullable String message, boolean shouldCollectMessage, in startOperation() 516 boolean shouldCollectMessage, boolean skipProxyOperation, in startProxyOperation()
|
/frameworks/base/services/core/java/com/android/server/appop/ |
D | AppOpsService.java | 3223 String message, boolean shouldCollectMessage, boolean skipProxyOperation) { in noteProxyOperation() 3231 String message, boolean shouldCollectMessage, boolean skipProxyOperation) { in noteProxyOperationWithState() 3245 boolean shouldCollectAsyncNotedOp, String message, boolean shouldCollectMessage, in noteProxyOperationImpl() 3332 boolean shouldCollectMessage) { in noteOperation() 3350 String message, boolean shouldCollectMessage) { in noteOperationForDevice() 3358 @Nullable String message, boolean shouldCollectMessage, int notedCount) { in noteOperationImpl() 3405 boolean shouldCollectMessage, int notedCount) { in noteOperationUnchecked() 3700 boolean shouldCollectMessage, int notedCount) { in collectAsyncNotedOp() 3845 String message, boolean shouldCollectMessage, @AttributionFlags int attributionFlags, in startOperation() 3858 boolean shouldCollectMessage, @AttributionFlags int attributionFlags, in startOperationForDevice() [all …]
|