Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountTypeProvider.java55 private final ImmutableMap<String, AuthenticatorDescription> mAuthTypes; field in AccountTypeProvider
73 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()