Home
last modified time | relevance | path

Searched refs:shouldCollectNotes (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/binder/
DAppOpsManager.cpp103 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::AppOpsManager
175 if (getService()->shouldCollectNotes(opcode)) { in shouldCollectNotes()
DIAppOpsService.cpp147 virtual bool shouldCollectNotes(int32_t opCode) { in shouldCollectNotes() function in android::BpAppOpsService
269 bool shouldCollect = shouldCollectNotes(opCode); in onTransact()
/frameworks/native/libs/binder/include/binder/
DIAppOpsService.h53 virtual bool shouldCollectNotes(int32_t opCode) = 0;
DAppOpsManager.h169 bool shouldCollectNotes(int32_t opCode);
/frameworks/base/core/java/com/android/internal/app/
DIAppOpsService.aidl50 boolean shouldCollectNotes(int opCode); in shouldCollectNotes() method
/frameworks/base/core/java/android/app/
DAppOpsManager.java8116 boolean shouldCollectNotes; in getNotedOpCollectionMode()
8118 shouldCollectNotes = mService.shouldCollectNotes(op); in getNotedOpCollectionMode()
8123 if (shouldCollectNotes) { in getNotedOpCollectionMode()
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java3653 public boolean shouldCollectNotes(int opCode) { in shouldCollectNotes() method in AppOpsService
6018 if (shouldCollectNotes(i)) { in getRuntimeAppOpsList()
/frameworks/base/services/
Dart-profile8281 HSPLcom/android/server/appop/AppOpsService;->shouldCollectNotes(I)Z