Searched refs:checkAppOps (Results 1 – 2 of 2) sorted by relevance
236 if (!checkAppOps(callingUid, opPackageName, "authenticate()")) { in authenticate()787 private boolean checkAppOps(int uid, String opPackageName, String reason) { in checkAppOps() method in AuthService
1156 if (!checkAppOps(uid, opPackageName, attributionTag)) { in canUseFingerprint()1167 private boolean checkAppOps(int uid, String opPackageName, String attributionTag) { in checkAppOps() method in FingerprintService