Home
last modified time | relevance | path

Searched defs: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
235 protected static AuthenticatorDescription findAuthenticator(AuthenticatorDescription[] auths, in findAuthenticator()
/packages/apps/Settings/src/com/android/settings/accounts/
DChooseAccountActivity.java180 final StringBuilder auths = new StringBuilder(); in onAuthDescriptionsUpdated() local
DManageAccountsSettings.java372 final ArrayList<String> auths = getAuthoritiesForAccountType(account.type); in showAccountsIfNeeded() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DAccountTypeManager.java394 final AuthenticatorDescription[] auths = am.getAuthenticatorTypes(); in loadAccountsInBackground() local
555 protected static AuthenticatorDescription findAuthenticator(AuthenticatorDescription[] auths, in findAuthenticator()