Searched refs:isCurrentUserOrProfile (Results 1 – 2 of 2) sorted by relevance
414 boolean isCurrentUserOrProfile(int userId) { in isCurrentUserOrProfile() method in FingerprintService455 if (!isCurrentUserOrProfile(UserHandle.getCallingUserId())) { in canUseFingerprint()700 if (!isCurrentUserOrProfile(userId)) { in enroll()822 if (!isCurrentUserOrProfile(groupId)) { in rename()840 if (!isCurrentUserOrProfile(userId)) { in getEnrolledFingerprints()854 if (!isCurrentUserOrProfile(userId)) { in hasEnrolledFingerprints()
621 && isCurrentUserOrProfile(context, admin.userId)) { in sendShowAdminSupportDetailsIntent()642 public static boolean isCurrentUserOrProfile(Context context, int userId) { in isCurrentUserOrProfile() method in RestrictedLockUtils