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

/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DContactDeletionInteraction.java70 private static final int COLUMN_INDEX_RAW_CONTACT_ID = 0; field in class:ContactDeletionInteraction
245 final long rawContactId = cursor.getLong(COLUMN_INDEX_RAW_CONTACT_ID);
H A DContactMultiDeletionInteraction.java69 private static final int COLUMN_INDEX_RAW_CONTACT_ID = 0; field in class:ContactMultiDeletionInteraction
199 final long rawContactId = cursor.getLong(COLUMN_INDEX_RAW_CONTACT_ID);

Completed in 65 milliseconds