Home
last modified time | relevance | path

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

/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DLogManagerTest.java130 Enumeration<String> enumar = mockManager.getLoggerNames(); in testAddGetLogger() local
132 while (enumar.hasMoreElements()) { in testAddGetLogger()
133 String name = (String) enumar.nextElement(); in testAddGetLogger()
148 Enumeration<String> enumar = mockManager.getLoggerNames(); in testAddGetLogger_duplicateName() local
150 while (enumar.hasMoreElements()) { in testAddGetLogger_duplicateName()
151 enumar.nextElement(); in testAddGetLogger_duplicateName()