Searched refs:buildOper (Results 1 – 1 of 1) sorted by relevance
275 static ContentProviderOperation buildOper(Uri uri, int type, ValuesDelta values) { in buildOper() method in RawContactDeltaListTests276 return buildOper(uri, type, values.getCompleteValues()); in buildOper()279 static ContentProviderOperation buildOper(Uri uri, int type, ContentValues values) { in buildOper() method in RawContactDeltaListTests296 return new CPOWrapper(buildOper(uri, type, values), type); in buildCPOWrapper()