Searched defs:checkOperationUnchecked (Results 1 – 2 of 2) sorted by relevance
| /frameworks/base/core/java/android/app/ |
| D | AppOpsManagerInternal.java | 112 public abstract @AppOpsManager.Mode int checkOperationUnchecked(int code, int uid, in checkOperationUnchecked() method in AppOpsManagerInternal
|
| /frameworks/base/services/core/java/com/android/server/appop/ |
| D | AppOpsService.java | 1833 private @Mode int checkOperationUnchecked(int code, int uid, @NonNull String packageName, in checkOperationUnchecked() method in AppOpsService 1849 private @Mode int checkOperationUnchecked(int code, int uid, @NonNull String packageName, in checkOperationUnchecked() method in AppOpsService 4681 public @Mode int checkOperationUnchecked(int code, int uid, @NonNull String packageName) { in checkOperationUnchecked() method in AppOpsManagerInternalImpl
|