HomeSort by relevance Sort by last modified time
    Searched refs:buildOper (Results 1 - 2 of 2) sorted by null

  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactDeltaListTests.java 233 return buildOper(RawContacts.CONTENT_URI, TYPE_ASSERT, values);
239 return buildOper(RawContacts.CONTENT_URI, TYPE_UPDATE, values);
254 return buildOper(AggregationExceptions.CONTENT_URI, TYPE_UPDATE, values);
264 return buildOper(uri, TYPE_DELETE, (ContentValues)null);
267 static ContentProviderOperation buildOper(Uri uri, int type, ValuesDelta values) {
268 return buildOper(uri, type, values.getCompleteValues());
271 static ContentProviderOperation buildOper(Uri uri, int type, ContentValues values) {
384 buildOper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter()),
392 buildOper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter()),
409 buildOper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter())
    [all...]
RawContactModifierTests.java 400 RawContactDeltaListTests.buildOper(Data.CONTENT_URI, TYPE_INSERT,
426 RawContactDeltaListTests.buildOper(Data.CONTENT_URI, TYPE_INSERT,
435 RawContactDeltaListTests.buildOper(Data.CONTENT_URI, TYPE_INSERT,
    [all...]

Completed in 127 milliseconds