Searched refs:isCurrentUserOrProfile (Results 1 – 2 of 2) sorted by relevance
745 boolean isCurrentUserOrProfile(int userId) { in isCurrentUserOrProfile() method in FingerprintService800 if (!isCurrentUserOrProfile(userId)) { in canUseFingerprint()1136 if (!isCurrentUserOrProfile(userId)) { in enroll()1297 if (!isCurrentUserOrProfile(groupId)) { in rename()
641 && isCurrentUserOrProfile(context, admin.userId)) { in sendShowAdminSupportDetailsIntent()663 public static boolean isCurrentUserOrProfile(Context context, int userId) { in isCurrentUserOrProfile() method in RestrictedLockUtils