Searched refs:hasPhoneIdx (Results 1 – 1 of 1) sorted by relevance
471 final int hasPhoneIdx = cursor.getColumnIndex(Contacts.HAS_PHONE_NUMBER); in mergeContact() local472 if (hasPhoneIdx >= 0) { in mergeContact()473 mHasPhone = cursor.getInt(hasPhoneIdx) != 0; in mergeContact()