Home | History | Annotate | Download | only in incallui

Lines Matching refs:Contacts

29 import android.provider.ContactsContract.Contacts;
42 import com.android.contacts.common.ContactsUtils;
111 .put(Contacts.DISPLAY_NAME, contactInfo.name)
112 .put(Contacts.DISPLAY_NAME_SOURCE, DisplayNameSources.STRUCTURED_NAME)
113 .put(Contacts.CONTENT_ITEM_TYPE, contactRows)
450 Log.d(TAG, "Contact lookup. Local contacts miss, checking remote");
517 // Don't overwrite photo in local contacts.
548 // is available on contacts database.
627 cce.lookupUri = Contacts.getLookupUri(info.contactIdOrZero, info.lookupKeyOrNull);