Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/interactions/
DContactMultiDeletionInteraction.java200 final HashSet<Long> readOnlyRawContacts = Sets.newHashSet(); in onLoadFinished() local
229 readOnlyRawContacts.add(rawContactId); in onLoadFinished()
233 final int readOnlyCount = readOnlyRawContacts.size(); in onLoadFinished()
DContactDeletionInteraction.java253 HashSet<Long> readOnlyRawContacts = Sets.newHashSet(); in onLoadFinished() local
271 readOnlyRawContacts.add(rawContactId); in onLoadFinished()
280 int readOnlyCount = readOnlyRawContacts.size(); in onLoadFinished()