Home
last modified time | relevance | path

Searched defs:anotherSet (Results 1 – 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DEnumSetTest.java192 EnumSet<EnumFoo> anotherSet = EnumSet.allOf(EnumFoo.class); in test_AllOf_LClass() local
533 Set<EnumFoo> anotherSet = EnumSet.noneOf(EnumFoo.class); in test_equals_LObject() local
1112 Set<EnumFoo> anotherSet = EnumSet.noneOf(EnumFoo.class); in test_removeAll_LCollection() local
1270 Set<EnumFoo> anotherSet = EnumSet.allOf(EnumFoo.class); in test_retainAll_LCollection() local