Home
last modified time | relevance | path

Searched refs:auths (Results 1 – 4 of 4) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DSources.java194 final AuthenticatorDescription[] auths = am.getAuthenticatorTypes(); in queryAccounts() local
205 final AuthenticatorDescription auth = findAuthenticator(auths, accountType); in queryAccounts()
235 protected static AuthenticatorDescription findAuthenticator(AuthenticatorDescription[] auths, in findAuthenticator() argument
237 for (AuthenticatorDescription auth : auths) { in findAuthenticator()
/packages/apps/Settings/src/com/android/settings/accounts/
DChooseAccountActivity.java192 final StringBuilder auths = new StringBuilder(); in onAuthDescriptionsUpdated() local
194 auths.append(a); in onAuthDescriptionsUpdated()
195 auths.append(' '); in onAuthDescriptionsUpdated()
197 Log.v(TAG, "No providers found for authorities: " + auths); in onAuthDescriptionsUpdated()
DManageAccountsSettings.java374 final ArrayList<String> auths = getAuthoritiesForAccountType(account.type); in showAccountsIfNeeded() local
377 if (mAuthorities != null && auths != null) { in showAccountsIfNeeded()
380 if (auths.contains(requestedAuthority)) { in showAccountsIfNeeded()
390 new AccountPreference(getPrefContext(), account, icon, auths, false); in showAccountsIfNeeded()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DAccountTypeManager.java394 final AuthenticatorDescription[] auths = am.getAuthenticatorTypes(); in loadAccountsInBackground() local
406 final AuthenticatorDescription auth = findAuthenticator(auths, type); in loadAccountsInBackground()
555 protected static AuthenticatorDescription findAuthenticator(AuthenticatorDescription[] auths, in findAuthenticator() argument
557 for (AuthenticatorDescription auth : auths) { in findAuthenticator()