Searched refs:lookupKeyIndex (Results 1 – 1 of 1) sorted by relevance
130 int lookupKeyIndex = cursor.getColumnIndex(Contacts.LOOKUP_KEY); in queryContact() local131 lookupKey = cursor.getString(lookupKeyIndex); in queryContact()