Searched refs:checkOperationInternal (Results 1 – 2 of 2) sorted by relevance
1808 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
3841 HSPLcom/android/server/appop/AppOpsService;->checkOperationInternal(IILjava/lang/String;Z)I