Lines Matching full:rawcontacts
47 import android.provider.ContactsContract.RawContacts;
271 operations.add(ContentProviderOperation.newInsert(RawContacts.CONTENT_URI)
272 .withValue(RawContacts.ACCOUNT_NAME, accountName)
273 .withValue(RawContacts.ACCOUNT_TYPE, accountType)
274 .withValue(RawContacts.DATA_SET, dataSet)
296 callbackIntent.setData(RawContacts.getContactLookupUri(resolver, rawContactUri));
368 RawContacts, before persisting
430 final Uri rawContactUri = ContentUris.withAppendedId(RawContacts.CONTENT_URI,
432 lookupUri = RawContacts.getContactLookupUri(resolver, rawContactUri);
456 final StringBuilder sb = new StringBuilder(RawContacts._ID + " IN(");
531 ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId),
532 RawContacts.DisplayPhoto.CONTENT_DIRECTORY);
565 RawContacts.CONTENT_URI.getEncodedPath())) {
1055 RawContacts._ID,
1056 RawContacts.CONTACT_ID,
1057 RawContacts.DISPLAY_NAME_SOURCE,
1199 Uri uri = RawContacts.getContactLookupUri(resolver,
1200 ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactIds[0]));
1217 queryBuilder.append(RawContacts.CONTACT_ID + "=?");
1228 final Cursor c = resolver.query(RawContacts.CONTENT_URI,