Home
last modified time | relevance | path

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

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