Home
last modified time | relevance | path

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

/frameworks/base/errorprone/tests/res/android/app/
DAppOpsManager.java21 public int noteOp(String op, int uid, String packageName) { in noteOp() method in AppOpsManager
25 public int noteOp(int op) { in noteOp() method in AppOpsManager
29 public int noteOp(int op, int uid, String packageName) { in noteOp() method in AppOpsManager
33 public int noteOp(String op, int uid, String packageName, in noteOp() method in AppOpsManager
38 public int noteOp(int op, int uid, String packageName, in noteOp() method in AppOpsManager
/frameworks/base/core/java/android/os/
DIPermissionController.aidl23 int noteOp(String op, int uid, String packageName); in noteOp() method
/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/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/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/core/java/com/android/server/audio/
DHardeningEnforcer.java190 private boolean noteOp(int op, int uid, @NonNull String packageName, in noteOp() method in HardeningEnforcer
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/
DFakeAppOpsHelper.java84 public boolean noteOp(int appOp, CallerIdentity callerIdentity) { in noteOp() method in FakeAppOpsHelper
/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java220 private String checkStatsPermission(int callingUid, String callingPackage, boolean noteOp) { in checkStatsPermission()
/frameworks/base/core/java/android/app/
DAppOpsManager.java8888 public int noteOp(@NonNull String op, int uid, @NonNull String packageName) { in noteOp() method in AppOpsManager
8901 public int noteOp(int op) { in noteOp() method in AppOpsManager
8914 public int noteOp(int op, int uid, @Nullable String packageName) { in noteOp() method in AppOpsManager
8971 public int noteOp(@NonNull String op, int uid, @Nullable String packageName, in noteOp() method in AppOpsManager
8981 public int noteOp(int op, int uid, @Nullable String packageName, in noteOp() method in AppOpsManager
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...