Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/interactions/
DContactMultiDeletionInteraction.java77 private static final int COLUMN_INDEX_CONTACT_ID = 3; field in ContactMultiDeletionInteraction
213 final long contactId = cursor.getLong(COLUMN_INDEX_CONTACT_ID); in onLoadFinished()
DContactDeletionInteraction.java79 private static final int COLUMN_INDEX_CONTACT_ID = 3; field in ContactDeletionInteraction
258 contactId = cursor.getLong(COLUMN_INDEX_CONTACT_ID); in onLoadFinished()