Home | History | Annotate | Download | only in model

Lines Matching refs:auths

386             final AuthenticatorDescription[] auths = am.getAuthenticatorTypes();
398 final AuthenticatorDescription auth = findAuthenticator(auths, type);
552 protected static AuthenticatorDescription findAuthenticator(AuthenticatorDescription[] auths,
554 for (AuthenticatorDescription auth : auths) {