HomeSort by relevance Sort by last modified time
    Searched refs:getContactColumnIdIndex (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
MultiSelectEntryContactListAdapter.java 65 public int getContactColumnIdIndex() {
148 return cursor.getLong(getContactColumnIdIndex());
157 bindViewId(view, cursor, getContactColumnIdIndex());
MultiSelectContactsListFragment.java 193 final int contactIdColumnIndex = getAdapter().getContactColumnIdIndex();

Completed in 77 milliseconds