Searched refs:lookupKeyIdx (Results 1 – 1 of 1) sorted by relevance
450 final int lookupKeyIdx = cursor.getColumnIndex(Contacts.LOOKUP_KEY); in mergeContact() local451 if (lookupKeyIdx >= 0) { in mergeContact()452 mPhoneLookupKey = cursor.getString(lookupKeyIdx); in mergeContact()