Home
last modified time | relevance | path

Searched refs:checkOperationInternal (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java1808 return checkOperationInternal(code, uid, packageName, true /*raw*/); in checkOperationRaw()
1813 return checkOperationInternal(code, uid, packageName, false /*raw*/); in checkOperation()
1816 private int checkOperationInternal(int code, int uid, String packageName, boolean raw) { in checkOperationInternal() method in AppOpsService
/frameworks/base/services/
Dart-profile3841 HSPLcom/android/server/appop/AppOpsService;->checkOperationInternal(IILjava/lang/String;Z)I