Home
last modified time | relevance | path

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

/frameworks/native/libs/permission/
DAppOpsManager.cpp180 bool AppOpsManager::shouldCollectNotes(int32_t opcode) { in shouldCollectNotes() function in android::AppOpsManager
DIAppOpsService.cpp158 virtual bool shouldCollectNotes(int32_t opCode) { in shouldCollectNotes() function in android::BpAppOpsService
/frameworks/base/core/java/com/android/internal/app/
DIAppOpsService.aidl61 boolean shouldCollectNotes(int opCode); in shouldCollectNotes() method
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java4296 public boolean shouldCollectNotes(int opCode) { in shouldCollectNotes() method in AppOpsService