Searched refs:allowedAuthenticators (Results 1 – 1 of 1) sorted by relevance
1079 private static boolean isCredentialAllowed(@Authenticators.Types int allowedAuthenticators) { in isCredentialAllowed() argument1080 return (allowedAuthenticators & Authenticators.DEVICE_CREDENTIAL) != 0; in isCredentialAllowed()