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