Home
last modified time | relevance | path

Searched refs:checkOperationRawForDevice (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DIAppOpsService.aidl153 int checkOperationRawForDevice(int code, int uid, String packageName, in checkOperationRawForDevice() method
/frameworks/base/core/java/android/app/
DAppOpsManager.java8876 return mService.checkOperationRawForDevice( in unsafeCheckOpRawNoThrow()
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java2806 public int checkOperationRawForDevice(int code, int uid, @Nullable String packageName, in checkOperationRawForDevice() method in AppOpsService