Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DMultiSelectEntryContactListAdapter.java65 public int getContactColumnIdIndex() { in getContactColumnIdIndex() method in MultiSelectEntryContactListAdapter
148 return cursor.getLong(getContactColumnIdIndex()); in getItemId()
157 bindViewId(view, cursor, getContactColumnIdIndex()); in bindView()
DMultiSelectContactsListFragment.java193 final int contactIdColumnIndex = getAdapter().getContactColumnIdIndex(); in getContactId()