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/
DContactDeletionInteraction.java74 private static final int COLUMN_INDEX_CONTACT_ID = 3; field in ContactDeletionInteraction
249 contactId = cursor.getLong(COLUMN_INDEX_CONTACT_ID); in onLoadFinished()
DContactMultiDeletionInteraction.java72 private static final int COLUMN_INDEX_CONTACT_ID = 3; field in ContactMultiDeletionInteraction
202 final long contactId = cursor.getLong(COLUMN_INDEX_CONTACT_ID); in onLoadFinished()