Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/permission/
H A DAppOpsManager.cpp104 shouldCollectNotes(op), message, uid == AID_SYSTEM) in noteOp()
122 attributionTag, startIfModeDefault, shouldCollectNotes(op), message, in startOpNoThrow()
172 bool AppOpsManager::shouldCollectNotes(int32_t opcode) { in shouldCollectNotes() function in android::AppOpsManager
177 if (getService()->shouldCollectNotes(opcode)) { in shouldCollectNotes()
H A DIAppOpsService.cpp158 virtual bool shouldCollectNotes(int32_t opCode) { in shouldCollectNotes() function in android::BpAppOpsService
282 bool shouldCollect = shouldCollectNotes(opCode);
/aosp12/frameworks/native/libs/permission/include/binder/
H A DIAppOpsService.h54 virtual bool shouldCollectNotes(int32_t opCode) = 0;
H A DAppOpsManager.h185 bool shouldCollectNotes(int32_t opCode);
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DIAppOpsService.aidl53 boolean shouldCollectNotes(int opCode); in shouldCollectNotes() method
/aosp12/frameworks/base/core/java/android/app/
H A DAppOpsManager.java9256 boolean shouldCollectNotes; in getNotedOpCollectionMode()
9258 shouldCollectNotes = mService.shouldCollectNotes(op); in getNotedOpCollectionMode()
9263 if (shouldCollectNotes) { in getNotedOpCollectionMode()
/aosp12/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java4312 public boolean shouldCollectNotes(int opCode) { in shouldCollectNotes() method in AppOpsService
6962 if (shouldCollectNotes(i)) {
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt21453 HSPLcom/android/internal/app/IAppOpsService$Stub$Proxy;->shouldCollectNotes(I)Z
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt21500 HSPLcom/android/internal/app/IAppOpsService$Stub$Proxy;->shouldCollectNotes(I)Z
/aosp12/frameworks/base/services/
H A Dart-profile10051 HSPLcom/android/server/appop/AppOpsService;->shouldCollectNotes(I)Z+]Landroid/content/pm/Permission…