Searched refs:idIdx (Results 1 – 1 of 1) sorted by relevance
430 final int idIdx = cursor.getColumnIndex(Contacts._ID); in mergeContact() local431 if (idIdx >= 0) { in mergeContact()432 id = cursor.getInt(idIdx); in mergeContact()