Searched refs:valuesCopy (Results 1 – 3 of 3) sorted by relevance
189 ContentValues valuesCopy = (values == null) ? null : new ContentValues(values);190 InsertStatement insertStatement = new InsertStatement(url, provider, valuesCopy);214 ContentValues valuesCopy = (values == null) ? null : new ContentValues(values);216 new UpdateStatement(uri, provider, valuesCopy, where, selectionArgs);
520 Collection<Integer> valuesCopy in testSerialization() local523 HashMultiset.create(valuesCopy)); in testSerialization()
517 Collection<Integer> valuesCopy in testSerialization() local520 HashMultiset.create(valuesCopy)); in testSerialization()