Searched refs:auths (Results 1 – 4 of 4) sorted by relevance
194 final AuthenticatorDescription[] auths = am.getAuthenticatorTypes(); in queryAccounts() local205 final AuthenticatorDescription auth = findAuthenticator(auths, accountType); in queryAccounts()235 protected static AuthenticatorDescription findAuthenticator(AuthenticatorDescription[] auths, in findAuthenticator() argument237 for (AuthenticatorDescription auth : auths) { in findAuthenticator()
192 final StringBuilder auths = new StringBuilder(); in onAuthDescriptionsUpdated() local194 auths.append(a); in onAuthDescriptionsUpdated()195 auths.append(' '); in onAuthDescriptionsUpdated()197 Log.v(TAG, "No providers found for authorities: " + auths); in onAuthDescriptionsUpdated()
374 final ArrayList<String> auths = getAuthoritiesForAccountType(account.type); in showAccountsIfNeeded() local377 if (mAuthorities != null && auths != null) { in showAccountsIfNeeded()380 if (auths.contains(requestedAuthority)) { in showAccountsIfNeeded()390 new AccountPreference(getPrefContext(), account, icon, auths, false); in showAccountsIfNeeded()
394 final AuthenticatorDescription[] auths = am.getAuthenticatorTypes(); in loadAccountsInBackground() local406 final AuthenticatorDescription auth = findAuthenticator(auths, type); in loadAccountsInBackground()555 protected static AuthenticatorDescription findAuthenticator(AuthenticatorDescription[] auths, in findAuthenticator() argument557 for (AuthenticatorDescription auth : auths) { in findAuthenticator()