Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContentResolver.java189 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);
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableListMultimapTest.java520 Collection<Integer> valuesCopy in testSerialization() local
523 HashMultiset.create(valuesCopy)); in testSerialization()
DImmutableSetMultimapTest.java517 Collection<Integer> valuesCopy in testSerialization() local
520 HashMultiset.create(valuesCopy)); in testSerialization()