Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/interactions/
DContactDeletionInteraction.java71 private static final int COLUMN_INDEX_RAW_CONTACT_ID = 0; field in ContactDeletionInteraction
246 final long rawContactId = cursor.getLong(COLUMN_INDEX_RAW_CONTACT_ID); in onLoadFinished()
DContactMultiDeletionInteraction.java69 private static final int COLUMN_INDEX_RAW_CONTACT_ID = 0; field in ContactMultiDeletionInteraction
199 final long rawContactId = cursor.getLong(COLUMN_INDEX_RAW_CONTACT_ID); in onLoadFinished()