Home | History | Annotate | Download | only in contacts

Lines Matching refs:RawContacts

78 import android.provider.ContactsContract.RawContacts;
397 RawContacts._ID, //0
398 RawContacts.CONTACT_ID, //1
399 RawContacts.ACCOUNT_TYPE, //2
1581 Uri rawContactUri = ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId);
1742 Cursor c = getContentResolver().query(RawContacts.CONTENT_URI, RAW_CONTACTS_PROJECTION,
1743 RawContacts.CONTACT_ID + "=" + ContentUris.parseId(contactUri), null,
2676 RawContacts.ACCOUNT_TYPE, Phone.TYPE, Phone.LABEL},