Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accounts/
DAccountRestrictionHelper.java68 public static boolean showAccount(String[] authorities, ArrayList<String> auths) { in showAccount() argument
70 if (authorities != null && auths != null) { in showAccount()
73 if (auths.contains(requestedAuthority)) { in showAccount()
DChooseAccountPreferenceController.java193 final StringBuilder auths = new StringBuilder(); in onAuthDescriptionsUpdated() local
195 auths.append(a); in onAuthDescriptionsUpdated()
196 auths.append(' '); in onAuthDescriptionsUpdated()
198 Log.v(TAG, "No providers found for authorities: " + auths); in onAuthDescriptionsUpdated()
DAccountPreferenceController.java509 final ArrayList<String> auths = in getAccountTypePreferences() local
511 if (!AccountRestrictionHelper.showAccount(mAuthorities, auths)) { in getAccountTypePreferences()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/
DAccountRestrictionHelper.java68 public static boolean showAccount(String[] authorities, ArrayList<String> auths) { in showAccount() argument
70 if (authorities != null && auths != null) { in showAccount()
73 if (auths.contains(requestedAuthority)) { in showAccount()
DChooseAccountPreferenceController.java193 final StringBuilder auths = new StringBuilder(); in onAuthDescriptionsUpdated() local
195 auths.append(a); in onAuthDescriptionsUpdated()
196 auths.append(' '); in onAuthDescriptionsUpdated()
198 Log.v(TAG, "No providers found for authorities: " + auths); in onAuthDescriptionsUpdated()
DAccountPreferenceController.java509 final ArrayList<String> auths = in getAccountTypePreferences() local
511 if (!AccountRestrictionHelper.showAccount(mAuthorities, auths)) { in getAccountTypePreferences()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountTypeProvider.java140 public boolean shouldUpdate(AuthenticatorDescription[] auths, SyncAdapterType[] syncTypes) { in shouldUpdate() argument
141 Map<String, AuthenticatorDescription> contactsAuths = onlyContactSyncable(auths, syncTypes); in shouldUpdate()
243 AuthenticatorDescription[] auths, SyncAdapterType[] syncTypes) { in onlyContactSyncable() argument
253 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()