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()142 if (!contactsAuths.keySet().equals(mAuthTypes.keySet())) { in shouldUpdate()146 if (!deepEquals(mAuthTypes.get(auth.type), auth)) { in shouldUpdate()154 return mAuthTypes.containsKey(accountType); in supportsContactsSyncing()158 final AuthenticatorDescription auth = mAuthTypes.get(type); in loadTypes()