Lines Matching refs:RawContacts
48 import android.provider.ContactsContract.RawContacts;
400 operations.add(ContentProviderOperation.newInsert(RawContacts.CONTENT_URI)
401 .withValue(RawContacts.ACCOUNT_NAME, accountName)
402 .withValue(RawContacts.ACCOUNT_TYPE, accountType)
403 .withValue(RawContacts.DATA_SET, dataSet)
425 callbackIntent.setData(RawContacts.getContactLookupUri(resolver, rawContactUri));
500 // Trim any empty fields, and RawContacts, before persisting
579 final Uri rawContactUri = ContentUris.withAppendedId(RawContacts.CONTENT_URI,
581 lookupUri = RawContacts.getContactLookupUri(resolver, rawContactUri);
605 final StringBuilder sb = new StringBuilder(RawContacts._ID + " IN(");
703 ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId),
704 RawContacts.DisplayPhoto.CONTENT_DIRECTORY);
737 RawContacts.CONTENT_URI.getEncodedPath())) {
1381 RawContacts._ID,
1382 RawContacts.CONTACT_ID,
1383 RawContacts.DISPLAY_NAME_SOURCE,
1604 Uri uri = RawContacts.getContactLookupUri(resolver,
1605 ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactIds[0]));
1637 queryBuilder.append(RawContacts.CONTACT_ID)
1641 final Cursor c = resolver.query(RawContacts.CONTENT_URI,
1672 queryBuilder.append(RawContacts.CONTACT_ID + "=?");
1683 final Cursor c = resolver.query(RawContacts.CONTENT_URI,