Searched refs:shouldCollectNotes (Results 1 – 10 of 10) sorted by relevance
104 shouldCollectNotes(op), message, uid == AID_SYSTEM) in noteOp()122 attributionTag, startIfModeDefault, shouldCollectNotes(op), message, in startOpNoThrow()172 bool AppOpsManager::shouldCollectNotes(int32_t opcode) { in shouldCollectNotes() function in android::AppOpsManager177 if (getService()->shouldCollectNotes(opcode)) { in shouldCollectNotes()
158 virtual bool shouldCollectNotes(int32_t opCode) { in shouldCollectNotes() function in android::BpAppOpsService282 bool shouldCollect = shouldCollectNotes(opCode);
54 virtual bool shouldCollectNotes(int32_t opCode) = 0;
185 bool shouldCollectNotes(int32_t opCode);
53 boolean shouldCollectNotes(int opCode); in shouldCollectNotes() method
9256 boolean shouldCollectNotes; in getNotedOpCollectionMode()9258 shouldCollectNotes = mService.shouldCollectNotes(op); in getNotedOpCollectionMode()9263 if (shouldCollectNotes) { in getNotedOpCollectionMode()
4312 public boolean shouldCollectNotes(int opCode) { in shouldCollectNotes() method in AppOpsService6962 if (shouldCollectNotes(i)) {
21453 HSPLcom/android/internal/app/IAppOpsService$Stub$Proxy;->shouldCollectNotes(I)Z
21500 HSPLcom/android/internal/app/IAppOpsService$Stub$Proxy;->shouldCollectNotes(I)Z
10051 HSPLcom/android/server/appop/AppOpsService;->shouldCollectNotes(I)Z+]Landroid/content/pm/Permission…