OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 384 milliseconds