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/
DAccountRestrictionHelper.java117 public static boolean showAccount(String[] authorities, ArrayList<String> auths) { in showAccount() argument
119 if (authorities != null && auths != null) { in showAccount()
122 if (auths.contains(requestedAuthority)) { in showAccount()
DChooseAccountPreferenceController.java194 final StringBuilder auths = new StringBuilder(); in onAuthDescriptionsUpdated() local
196 auths.append(a); in onAuthDescriptionsUpdated()
197 auths.append(' '); in onAuthDescriptionsUpdated()
199 Log.v(TAG, "No providers found for authorities: " + auths); in onAuthDescriptionsUpdated()
DAccountPreferenceController.java622 final ArrayList<String> auths = in getAccountTypePreferences() local
624 if (!AccountRestrictionHelper.showAccount(mAuthorities, auths)) { in getAccountTypePreferences()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountTypeProvider.java141 public boolean shouldUpdate(AuthenticatorDescription[] auths, SyncAdapterType[] syncTypes) { in shouldUpdate() argument
142 Map<String, AuthenticatorDescription> contactsAuths = onlyContactSyncable(auths, syncTypes); in shouldUpdate()
244 AuthenticatorDescription[] auths, SyncAdapterType[] syncTypes) { in onlyContactSyncable() argument
254 for (AuthenticatorDescription auth : auths) { in onlyContactSyncable()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DAccountTypeManager.java318 AuthenticatorDescription[] auths, String accountType) { in findAuthenticator() argument
319 for (AuthenticatorDescription auth : auths) { in findAuthenticator()
424 final AuthenticatorDescription[] auths = am.getAuthenticatorTypes(); in loadAccountsInBackground() local
436 final AuthenticatorDescription auth = findAuthenticator(auths, type); in loadAccountsInBackground()