Searched refs:auths (Results 1 – 5 of 5) sorted by relevance
117 public static boolean showAccount(String[] authorities, ArrayList<String> auths) { in showAccount() argument119 if (authorities != null && auths != null) { in showAccount()122 if (auths.contains(requestedAuthority)) { in showAccount()
194 final StringBuilder auths = new StringBuilder(); in onAuthDescriptionsUpdated() local196 auths.append(a); in onAuthDescriptionsUpdated()197 auths.append(' '); in onAuthDescriptionsUpdated()199 Log.v(TAG, "No providers found for authorities: " + auths); in onAuthDescriptionsUpdated()
622 final ArrayList<String> auths = in getAccountTypePreferences() local624 if (!AccountRestrictionHelper.showAccount(mAuthorities, auths)) { in getAccountTypePreferences()
141 public boolean shouldUpdate(AuthenticatorDescription[] auths, SyncAdapterType[] syncTypes) { in shouldUpdate() argument142 Map<String, AuthenticatorDescription> contactsAuths = onlyContactSyncable(auths, syncTypes); in shouldUpdate()244 AuthenticatorDescription[] auths, SyncAdapterType[] syncTypes) { in onlyContactSyncable() argument254 for (AuthenticatorDescription auth : auths) { in onlyContactSyncable()
318 AuthenticatorDescription[] auths, String accountType) { in findAuthenticator() argument319 for (AuthenticatorDescription auth : auths) { in findAuthenticator()424 final AuthenticatorDescription[] auths = am.getAuthenticatorTypes(); in loadAccountsInBackground() local436 final AuthenticatorDescription auth = findAuthenticator(auths, type); in loadAccountsInBackground()