Home
last modified time | relevance | path

Searched defs:shouldCollectNotes (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/
DAppOpsManager.cpp170 bool AppOpsManager::shouldCollectNotes(int32_t opcode) { in shouldCollectNotes() function in android::AppOpsManager
DIAppOpsService.cpp147 virtual bool shouldCollectNotes(int32_t opCode) { in shouldCollectNotes() function in android::BpAppOpsService
/frameworks/base/core/java/com/android/internal/app/
DIAppOpsService.aidl50 boolean shouldCollectNotes(int opCode); in shouldCollectNotes() method
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java3653 public boolean shouldCollectNotes(int opCode) { in shouldCollectNotes() method in AppOpsService