Searched refs:hasPhoneNumIndex (Results 1 – 1 of 1) sorted by relevance
140 int hasPhoneNumIndex = cursor.getColumnIndex(Contacts.HAS_PHONE_NUMBER); in queryContact() local141 hasPhoneNumber = cursor.getInt(hasPhoneNumIndex) != 0; in queryContact()