Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaListTests.java275 static ContentProviderOperation buildOper(Uri uri, int type, ValuesDelta values) { in buildOper() method in RawContactDeltaListTests
276 return buildOper(uri, type, values.getCompleteValues()); in buildOper()
279 static ContentProviderOperation buildOper(Uri uri, int type, ContentValues values) { in buildOper() method in RawContactDeltaListTests
296 return new CPOWrapper(buildOper(uri, type, values), type); in buildCPOWrapper()