Home | History | Annotate | Download | only in contacts

Lines Matching defs:lookupUri

348         Uri lookupUri = null;
392 lookupUri = Contacts.getLookupUri(contactId, lookupKey);
400 lookupUri = RawContacts.getContactLookupUri(resolver, rawContactUri);
402 Log.v(TAG, "Saved contact. New URI: " + lookupUri);
487 callbackIntent.setData(lookupUri);