Searched refs:mAuthTypes (Results 1 – 1 of 1) sorted by relevance
55 private final ImmutableMap<String, AuthenticatorDescription> mAuthTypes; field in AccountTypeProvider73 mAuthTypes = onlyContactSyncable(authenticatorDescriptions, syncAdapterTypes); in AccountTypeProvider()143 if (!contactsAuths.keySet().equals(mAuthTypes.keySet())) { in shouldUpdate()147 if (!deepEquals(mAuthTypes.get(auth.type), auth)) { in shouldUpdate()155 return mAuthTypes.containsKey(accountType); in supportsContactsSyncing()159 final AuthenticatorDescription auth = mAuthTypes.get(type); in loadTypes()