Searched refs:idIdx (Results 1 – 2 of 2) sorted by relevance
1174 int idIdx = c.getColumnIndex(ContactsContract.Contacts._ID); in lookupContact() local1176 long contactId = c.getLong(idIdx); in lookupContact()
404 int idIdx = c.getColumnIndex(ContactsContract.Contacts._ID); in lookupContact() local406 long contactId = c.getLong(idIdx); in lookupContact()