Searched refs:shouldCollectNotes (Results 1 – 8 of 8) sorted by relevance
103 shouldCollectNotes(op), message) in noteOp()121 attributionTag, startIfModeDefault, shouldCollectNotes(op), message) in startOpNoThrow()170 bool AppOpsManager::shouldCollectNotes(int32_t opcode) { in shouldCollectNotes() function in android::AppOpsManager175 if (getService()->shouldCollectNotes(opcode)) { in shouldCollectNotes()
147 virtual bool shouldCollectNotes(int32_t opCode) { in shouldCollectNotes() function in android::BpAppOpsService269 bool shouldCollect = shouldCollectNotes(opCode); in onTransact()
53 virtual bool shouldCollectNotes(int32_t opCode) = 0;
169 bool shouldCollectNotes(int32_t opCode);
50 boolean shouldCollectNotes(int opCode); in shouldCollectNotes() method
8116 boolean shouldCollectNotes; in getNotedOpCollectionMode()8118 shouldCollectNotes = mService.shouldCollectNotes(op); in getNotedOpCollectionMode()8123 if (shouldCollectNotes) { in getNotedOpCollectionMode()
3653 public boolean shouldCollectNotes(int opCode) { in shouldCollectNotes() method in AppOpsService6018 if (shouldCollectNotes(i)) { in getRuntimeAppOpsList()
8281 HSPLcom/android/server/appop/AppOpsService;->shouldCollectNotes(I)Z