Searched refs:isCurrentUserOrProfile (Results 1 – 5 of 5) sorted by relevance
81 && isCurrentUserOrProfile(context, admin.user.getIdentifier())) { in sendShowAdminSupportDetailsIntent()100 public static boolean isCurrentUserOrProfile(Context context, int userId) { in isCurrentUserOrProfile() method in RestrictedLockUtils
821 if (!isCurrentUserOrProfile(userId)) { in enrollInternal()982 if (!isCurrentUserOrProfile(userId)) { in canUseBiometric()1182 protected boolean isCurrentUserOrProfile(int userId) { in isCurrentUserOrProfile() method in BiometricServiceBase
372 if (!isCurrentUserOrProfile(groupId)) { in rename()
558 if (!isCurrentUserOrProfile(UserHandle.getCallingUserId())) { in rename()
5185 PLcom/android/server/biometrics/BiometricServiceBase;->isCurrentUserOrProfile(I)Z