Searched refs:lookupKey (Results 1 – 4 of 4) 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()346 final String lookupKey = contact.getString(Contacts.LOOKUP_KEY); in testProjection() local409 Contacts.getLookupUri(contactId, lookupKey), in testProjection()
1175 String lookupKey = c.getString(lookupIdx); in lookupContact() local1177 return ContactsContract.Contacts.getLookupUri(contactId, lookupKey); in lookupContact()
955 final String lookupKey = in showQuickContactInternal() local958 final Uri lookupUri = Contacts.getLookupUri(contactId, lookupKey); in showQuickContactInternal()
405 String lookupKey = c.getString(lookupIdx); in lookupContact() local407 return ContactsContract.Contacts.getLookupUri(contactId, lookupKey); in lookupContact()