Searched defs:contactIdColumnIndex (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DMultiSelectEntryContactListAdapter.java51 * @param contactIdColumnIndex the column index of the contact ID in the underlying cursor;
55 public MultiSelectEntryContactListAdapter(Context context, int contactIdColumnIndex) { argument
57 mContactIdColumnIndex = contactIdColumnIndex;

Completed in 75 milliseconds