Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DEnumSetTest.java349 Collection rawCollection = new ArrayList<Integer>(); in test_addAll_LCollection() local
350 result = set.addAll(rawCollection); in test_addAll_LCollection()
352 rawCollection.add(1); in test_addAll_LCollection()
354 set.addAll(rawCollection); in test_addAll_LCollection()
427 rawCollection = new ArrayList<Integer>(); in test_addAll_LCollection()
428 result = hugeSet.addAll(rawCollection); in test_addAll_LCollection()
430 rawCollection.add(1); in test_addAll_LCollection()
432 hugeSet.addAll(rawCollection); in test_addAll_LCollection()
797 Collection rawCollection = new ArrayList(); in test_containsAll_LCollection() local
798 result = set.containsAll(rawCollection); in test_containsAll_LCollection()
[all …]