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