Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountTypeProvider.java142 Map<String, AuthenticatorDescription> contactsAuths = onlyContactSyncable(auths, syncTypes); in shouldUpdate() local
143 if (!contactsAuths.keySet().equals(mAuthTypes.keySet())) { in shouldUpdate()
146 for (AuthenticatorDescription auth : contactsAuths.values()) { in shouldUpdate()