Home
last modified time | relevance | path

Searched refs:findAuthenticator (Results 1 – 2 of 2) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DSources.java205 final AuthenticatorDescription auth = findAuthenticator(auths, accountType); in queryAccounts()
235 protected static AuthenticatorDescription findAuthenticator(AuthenticatorDescription[] auths, in findAuthenticator() method in Sources
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DAccountTypeManager.java406 final AuthenticatorDescription auth = findAuthenticator(auths, type); in loadAccountsInBackground()
555 protected static AuthenticatorDescription findAuthenticator(AuthenticatorDescription[] auths, in findAuthenticator() method in AccountTypeManagerImpl