Home
last modified time | relevance | path

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

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DImmutableMultisetTest.java300 List<String> listWithNulls = asList("a", null, "b"); in testBuilderAddAllHandlesNullsCorrectly() local
302 builder.addAll(listWithNulls); in testBuilderAddAllHandlesNullsCorrectly()
DAbstractImmutableSetTest.java416 List<String> listWithNulls = asList("a", null, "b"); in testBuilderAddAllHandlesNullsCorrectly() local
418 builder.addAll(listWithNulls); in testBuilderAddAllHandlesNullsCorrectly()
DImmutableListTest.java468 List<String> listWithNulls = asList("a", null, "b"); in testBuilderAddAllHandlesNullsCorrectly() local
470 builder.addAll(listWithNulls); in testBuilderAddAllHandlesNullsCorrectly()
/external/guava/guava-tests/test/com/google/common/collect/
DAbstractImmutableSetTest.java440 List<String> listWithNulls = asList("a", null, "b"); in testBuilderAddAllHandlesNullsCorrectly() local
442 builder.addAll(listWithNulls); in testBuilderAddAllHandlesNullsCorrectly()
DImmutableMultisetTest.java392 List<String> listWithNulls = asList("a", null, "b"); in testBuilderAddAllHandlesNullsCorrectly() local
394 builder.addAll(listWithNulls); in testBuilderAddAllHandlesNullsCorrectly()
DImmutableSortedMultisetTest.java366 List<String> listWithNulls = asList("a", null, "b"); in testBuilderAddAllHandlesNullsCorrectly() local
368 builder.addAll(listWithNulls); in testBuilderAddAllHandlesNullsCorrectly()
DImmutableListTest.java785 List<String> listWithNulls = asList("a", null, "b");
787 builder.addAll(listWithNulls);