Home | History | Annotate | Download | only in contacts

Lines Matching defs:RawContacts

44 import android.provider.ContactsContract.RawContacts;
254 operations.add(ContentProviderOperation.newInsert(RawContacts.CONTENT_URI)
255 .withValue(RawContacts.ACCOUNT_NAME, accountName)
256 .withValue(RawContacts.ACCOUNT_TYPE, accountType)
257 .withValue(RawContacts.DATA_SET, dataSet)
279 callbackIntent.setData(RawContacts.getContactLookupUri(resolver, rawContactUri));
339 // Trim any empty fields, and RawContacts, before persisting
393 final Uri rawContactUri = ContentUris.withAppendedId(RawContacts.CONTENT_URI,
395 lookupUri = RawContacts.getContactLookupUri(resolver, rawContactUri);
411 final StringBuilder sb = new StringBuilder(RawContacts._ID + " IN(");
487 ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId),
488 RawContacts.DisplayPhoto.CONTENT_DIRECTORY);
543 RawContacts.CONTENT_URI.getEncodedPath())) {
986 RawContacts._ID,
987 RawContacts.CONTACT_ID,
988 RawContacts.NAME_VERIFIED,
989 RawContacts.DISPLAY_NAME_SOURCE,
992 String SELECTION = RawContacts.CONTACT_ID + "=? OR " + RawContacts.CONTACT_ID + "=?";
1013 Cursor c = resolver.query(RawContacts.CONTENT_URI,
1067 ContentUris.withAppendedId(RawContacts.CONTENT_URI, verifiedNameRawContactId));
1068 builder.withValue(RawContacts.NAME_VERIFIED, 1);
1088 Uri uri = RawContacts.getContactLookupUri(resolver,
1089 ContentUris.withAppendedId(RawContacts