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/Contacts/src/com/android/contacts/model/
DAccountTypeManager.java398 final AuthenticatorDescription auth = findAuthenticator(auths, type); in loadAccountsInBackground()
552 protected static AuthenticatorDescription findAuthenticator(AuthenticatorDescription[] auths, in findAuthenticator() method in AccountTypeManagerImpl