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
844 if (!isCurrentUserOrProfile(userId)) { in enrollInternal()1013 if (!isCurrentUserOrProfile(userId)) { in canUseBiometric()1228 protected boolean isCurrentUserOrProfile(int userId) { in isCurrentUserOrProfile() method in BiometricServiceBase
380 if (!isCurrentUserOrProfile(groupId)) { in rename()
574 if (!isCurrentUserOrProfile(UserHandle.getCallingUserId())) { in rename()
11681 HPLcom/android/server/biometrics/BiometricServiceBase;->isCurrentUserOrProfile(I)Z