Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountTypeProvider.java73 mAuthTypes = onlyContactSyncable(authenticatorDescriptions, syncAdapterTypes); in AccountTypeProvider()
141 Map<String, AuthenticatorDescription> contactsAuths = onlyContactSyncable(auths, syncTypes); in shouldUpdate()
242 private static ImmutableMap<String, AuthenticatorDescription> onlyContactSyncable( in onlyContactSyncable() method in AccountTypeProvider