Home
last modified time | relevance | path

Searched defs:checkOperation (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/permission/
DIAppOpsService.cpp39 virtual int32_t checkOperation(int32_t code, int32_t uid, const String16& packageName) { in checkOperation() function in android::BpAppOpsService
/frameworks/base/core/java/android/app/
DAppOpsManagerInternal.java56 int checkOperation(int code, int uid, @Nullable String packageName, in checkOperation() method
/frameworks/base/services/core/java/com/android/server/policy/
DAppOpsPolicy.java234 public int checkOperation(int code, int uid, String packageName, in checkOperation() method in AppOpsPolicy
/frameworks/base/services/core/java/com/android/server/pm/permission/
DAccessCheckDelegate.java366 public int checkOperation(int code, int uid, @Nullable String packageName, in checkOperation() method in AccessCheckDelegate.AccessCheckDelegateImpl
/frameworks/base/core/java/com/android/internal/app/
DIAppOpsService.aidl47 int checkOperation(int code, int uid, String packageName); in checkOperation() method
/frameworks/av/services/camera/libcameraservice/libcameraservice_fuzzer/
Dcamera_service_fuzzer.cpp256 int32_t checkOperation(int32_t /*code*/, int32_t /*uid*/, in checkOperation() function in FuzzAppOpsService
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java2966 public int checkOperation(int code, int uid, String packageName) { in checkOperation() method in AppOpsService