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/
DContactDeletionInteraction.java249 HashSet<Long> readOnlyRawContacts = Sets.newHashSet(); in onLoadFinished() local
267 readOnlyRawContacts.add(rawContactId); in onLoadFinished()
276 int readOnlyCount = readOnlyRawContacts.size(); in onLoadFinished()
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()