Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accounts/
DSyncSettings.java142 final ArrayList<String> auths = getAuthoritiesForAccountType(account.type); in onAccountsUpdated() local
145 if (mAuthorities != null && auths != null) { in onAccountsUpdated()
148 if (auths.contains(requestedAuthority)) { in onAccountsUpdated()
158 new AccountPreference(getActivity(), account, icon, auths, true); in onAccountsUpdated()
DChooseAccountActivity.java156 final StringBuilder auths = new StringBuilder(); in onAuthDescriptionsUpdated() local
158 auths.append(a); in onAuthDescriptionsUpdated()
159 auths.append(' '); in onAuthDescriptionsUpdated()
161 Log.v(TAG, "No providers found for authorities: " + auths); in onAuthDescriptionsUpdated()
DManageAccountsSettings.java315 final ArrayList<String> auths = getAuthoritiesForAccountType(account.type); in onAccountsUpdated() local
318 if (mAuthorities != null && auths != null) { in onAccountsUpdated()
321 if (auths.contains(requestedAuthority)) { in onAccountsUpdated()
331 new AccountPreference(getActivity(), account, icon, auths, false); in onAccountsUpdated()
/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/ContactsCommon/src/com/android/contacts/common/model/
DAccountTypeManager.java402 final AuthenticatorDescription[] auths = am.getAuthenticatorTypes(); in loadAccountsInBackground() local
414 final AuthenticatorDescription auth = findAuthenticator(auths, type); in loadAccountsInBackground()
568 protected static AuthenticatorDescription findAuthenticator(AuthenticatorDescription[] auths, in findAuthenticator() argument
570 for (AuthenticatorDescription auth : auths) { in findAuthenticator()