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.java76 private static final int COLUMN_INDEX_RAW_CONTACT_ID = 0; field in ContactDeletionInteraction
255 final long rawContactId = cursor.getLong(COLUMN_INDEX_RAW_CONTACT_ID); in onLoadFinished()
DContactMultiDeletionInteraction.java74 private static final int COLUMN_INDEX_RAW_CONTACT_ID = 0; field in ContactMultiDeletionInteraction
210 final long rawContactId = cursor.getLong(COLUMN_INDEX_RAW_CONTACT_ID); in onLoadFinished()