Home
last modified time | relevance | path

Searched defs:noteOp (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/os/
DIPermissionController.aidl23 int noteOp(String op, int uid, String packageName); in noteOp() method
/frameworks/base/services/core/java/com/android/server/location/injector/
DSystemAppOpsHelper.java109 public boolean noteOp(int appOp, CallerIdentity callerIdentity) { in noteOp() method in SystemAppOpsHelper
DAppOpsHelper.java83 public abstract boolean noteOp(int appOp, CallerIdentity callerIdentity); in noteOp() method in AppOpsHelper
/frameworks/native/libs/permission/
DAppOpsManager.cpp94 int32_t AppOpsManager::noteOp(int32_t op, int32_t uid, const String16& callingPackage) { in noteOp() function in android::AppOpsManager
99 int32_t AppOpsManager::noteOp(int32_t op, int32_t uid, const String16& callingPackage, in noteOp() function in android::AppOpsManager
/frameworks/native/libs/binder/
DPermissionController.cpp62 int32_t PermissionController::noteOp(const String16& op, int32_t uid, const String16& packageName) in noteOp() function in android::PermissionController
DIPermissionController.cpp50 virtual int32_t noteOp(const String16& op, int32_t uid, const String16& packageName) in noteOp() function in android::BpPermissionController
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/
DFakeAppOpsHelper.java85 public boolean noteOp(int appOp, CallerIdentity callerIdentity) { in noteOp() method in FakeAppOpsHelper
/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java174 private String checkStatsPermission(int callingUid, String callingPackage, boolean noteOp) { in checkStatsPermission()
/frameworks/base/core/java/android/app/
DAppOpsManager.java8125 public int noteOp(@NonNull String op, int uid, @NonNull String packageName) { in noteOp() method in AppOpsManager
8138 public int noteOp(int op) { in noteOp() method in AppOpsManager
8151 public int noteOp(int op, int uid, @Nullable String packageName) { in noteOp() method in AppOpsManager
8208 public int noteOp(@NonNull String op, int uid, @Nullable String packageName, in noteOp() method in AppOpsManager
8218 public int noteOp(int op, int uid, @Nullable String packageName, in noteOp() method in AppOpsManager
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java5337 public int noteOp(String op, int uid, String packageName) { in noteOp() method in ActivityManagerService.PermissionController