Home | History | Annotate | Download | only in contacts

Lines Matching defs:lookupUri

343         Uri lookupUri = null;
387 lookupUri = Contacts.getLookupUri(contactId, lookupKey);
395 lookupUri = RawContacts.getContactLookupUri(resolver, rawContactUri);
397 Log.v(TAG, "Saved contact. New URI: " + lookupUri);
476 callbackIntent.setData(lookupUri);