Searched refs:buildOper (Results 1 - 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
H A DRawContactDeltaListTests.java273 static ContentProviderOperation buildOper(Uri uri, int type, ValuesDelta values) { method in class:RawContactDeltaListTests
274 return buildOper(uri, type, values.getCompleteValues());
277 static ContentProviderOperation buildOper(Uri uri, int type, ContentValues values) { method in class:RawContactDeltaListTests
294 return new CPOWrapper(buildOper(uri, type, values), type);

Completed in 50 milliseconds