Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DEnumSetTest.java1125 Set<EnumWithInnerClass> anotherSetWithInnerClass = EnumSet in test_removeAll_LCollection() local
1127 anotherSetWithInnerClass.add(EnumWithInnerClass.c); in test_removeAll_LCollection()
1128 anotherSetWithInnerClass.add(EnumWithInnerClass.d); in test_removeAll_LCollection()
1129 result = anotherSetWithInnerClass.removeAll(setWithInnerClass); in test_removeAll_LCollection()
1132 anotherSetWithInnerClass.add(EnumWithInnerClass.a); in test_removeAll_LCollection()
1133 result = anotherSetWithInnerClass.removeAll(setWithInnerClass); in test_removeAll_LCollection()
1136 2, anotherSetWithInnerClass.size()); in test_removeAll_LCollection()
1138 anotherSetWithInnerClass.remove(EnumWithInnerClass.c); in test_removeAll_LCollection()
1139 anotherSetWithInnerClass.remove(EnumWithInnerClass.d); in test_removeAll_LCollection()
1140 result = anotherSetWithInnerClass.remove(setWithInnerClass); in test_removeAll_LCollection()
[all …]