Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/interactions/
DContactDeletionInteraction.java231 HashSet<Long> readOnlyRawContacts = Sets.newHashSet(); in onLoadFinished() local
247 readOnlyRawContacts.add(rawContactId); in onLoadFinished()
251 int readOnlyCount = readOnlyRawContacts.size(); in onLoadFinished()