Searched refs:lookupKey (Results 1 – 3 of 3) sorted by relevance
105 String lookupKey = contact.getString(Contacts.LOOKUP_KEY); in testLookupUri() local107 Uri lookupUri = Contacts.getLookupUri(contactId, lookupKey); in testLookupUri()109 lookupKey), contactId), lookupUri); in testLookupUri()360 final String lookupKey = contact.getString(Contacts.LOOKUP_KEY); in testProjection() local423 Contacts.getLookupUri(contactId, lookupKey), in testProjection()
1072 final String lookupKey = in showQuickContactInternal() local1075 final Uri lookupUri = Contacts.getLookupUri(contactId, lookupKey); in showQuickContactInternal()
532 String lookupKey = c.getString(lookupIdx); in lookupContact() local534 return ContactsContract.Contacts.getLookupUri(contactId, lookupKey); in lookupContact()