HomeSort by relevance Sort by last modified time
    Searched full:enumar2 (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLogManagerTest.java 139 Enumeration<String> enumar2 = mockManager.getLoggerNames(); local
141 while (enumar2.hasMoreElements()) {
142 enumar2.nextElement();

Completed in 177 milliseconds