Home | History | Annotate | Download | only in contacts

Lines Matching refs:RawContacts

39 import android.provider.ContactsContract.RawContacts;
108 after.put(RawContacts.ACCOUNT_NAME, EntityDeltaTests.TEST_ACCOUNT_NAME);
109 after.put(RawContacts.SEND_TO_VOICEMAIL, 1);
127 contact.put(RawContacts.VERSION, version);
128 contact.put(RawContacts._ID, rawContactId);
139 contact.put(RawContacts.ACCOUNT_TYPE, TEST_ACCOUNT);
233 values.put(RawContacts.VERSION, version);
234 return buildOper(RawContacts.CONTENT_URI, TYPE_ASSERT, values);
239 values.put(RawContacts.AGGREGATION_MODE, mode);
240 return buildOper(RawContacts.CONTENT_URI, TYPE_UPDATE, values);
244 return buildAggregationModeUpdate(RawContacts.AGGREGATION_MODE_SUSPENDED);
248 return buildAggregationModeUpdate(RawContacts.AGGREGATION_MODE_DEFAULT);
287 return set.getByRawContactId(rawContactId).getValues().getAsLong(RawContacts.VERSION);
483 joeContactInsert.put(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_SUSPENDED);
487 buildOper(RawContacts.CONTENT_URI, TYPE_INSERT, joeContactInsert),
489 buildAggregationModeUpdate(RawContacts.AGGREGATION_MODE_DEFAULT),
497 buildOper(RawContacts.CONTENT_URI, TYPE_INSERT, joeContactInsert),
499 buildAggregationModeUpdate(RawContacts.AGGREGATION_MODE_DEFAULT),
515 buildDelete(RawContacts.CONTENT_URI));
542 contactInsert.put(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_SUSPENDED);
548 buildOper(RawContacts.CONTENT_URI, TYPE_INSERT, contactInsert),
550 buildAggregationModeUpdate(RawContacts.AGGREGATION_MODE_DEFAULT),