Lines Matching refs:Contacts
28 import android.provider.ContactsContract.Contacts;
35 import com.android.contacts.common.ContactsUtils;
36 import com.android.contacts.common.ContactsUtils.UserType;
37 import com.android.contacts.common.util.TelephonyManagerUtils;
263 || !Contacts.isEnterpriseContactId(contactId))) {
396 * a live contacts database to test against, preloaded with at least some phone numbers and
398 * test might break whenever the contacts schema changes. But we can at least make sure we
404 // - content://com.android.contacts/data/phones ==> use the "contact_id" column
405 // - content://com.android.contacts
406 // - content://com.android.contacts/data ==> use the "contact_id" column
415 // the contacts provider is slow or blocked (like during a sync.)
427 if (url.startsWith("content://com.android.contacts/data/phones")) {
432 } else if (url.startsWith("content://com.android.contacts/data")) {
438 } else if (url.startsWith("content://com.android.contacts/phone_lookup")) {