Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/tests/api/java/util/
DEnumSetTest.java191 EnumSet<EnumFoo> anotherSet = EnumSet.allOf(EnumFoo.class); in test_AllOf_LClass() local
532 Set<EnumFoo> anotherSet = EnumSet.noneOf(EnumFoo.class); in test_equals_LObject() local
1080 Set<EnumFoo> anotherSet = EnumSet.noneOf(EnumFoo.class); in test_removeAll_LCollection() local
1234 Set<EnumFoo> anotherSet = EnumSet.allOf(EnumFoo.class); in test_retainAll_LCollection() local