Searched refs:starIdx (Results 1 – 1 of 1) sorted by relevance
440 final int starIdx = cursor.getColumnIndex(Contacts.STARRED); in mergeContact() local441 if (starIdx >= 0) { in mergeContact()442 boolean isStarred = cursor.getInt(starIdx) != 0; in mergeContact()