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()180 bool AppOpsManager::shouldCollectNotes(int32_t opcode) { in shouldCollectNotes() function in android::AppOpsManager185 if (getService()->shouldCollectNotes(opcode)) { in shouldCollectNotes()
158 virtual bool shouldCollectNotes(int32_t opCode) { in shouldCollectNotes() function in android::BpAppOpsService293 bool shouldCollect = shouldCollectNotes(opCode); in onTransact()
54 virtual bool shouldCollectNotes(int32_t opCode) = 0;
192 bool shouldCollectNotes(int32_t opCode);
61 boolean shouldCollectNotes(int opCode); in shouldCollectNotes() method
10144 boolean shouldCollectNotes; in getNotedOpCollectionMode()10146 shouldCollectNotes = mService.shouldCollectNotes(op); in getNotedOpCollectionMode()10151 if (shouldCollectNotes) { in getNotedOpCollectionMode()
4296 public boolean shouldCollectNotes(int opCode) { in shouldCollectNotes() method in AppOpsService6903 if (shouldCollectNotes(i)) {
21221 HSPLcom/android/internal/app/IAppOpsService$Stub$Proxy;->shouldCollectNotes(I)Z
7766 HPLcom/android/server/appop/AppOpsService;->shouldCollectNotes(I)Z
21285 HSPLcom/android/internal/app/IAppOpsService$Stub$Proxy;->shouldCollectNotes(I)Z