Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/logging/
DLogging.java57 public List<String> getLoggerNames() { in getLoggerNames() method in Logging
58 Enumeration<String> loggers = logManager.getLoggerNames(); in getLoggerNames()
DLoggingProxyImpl.java75 public java.util.List<String> getLoggerNames() { in getLoggerNames() method in LoggingProxyImpl
76 return LogManager.getLoggingMXBean().getLoggerNames(); in getLoggerNames()
DLoggingMXBean.java58 public java.util.List<String> getLoggerNames(); in getLoggerNames() method
DLogManager.java822 synchronized Enumeration<String> getLoggerNames() { in getLoggerNames() method in LogManager.LoggerContext
1226 public Enumeration<String> getLoggerNames() { in getLoggerNames() method in LogManager
1227 return getUserContext().getLoggerNames(); in getLoggerNames()
1326 Enumeration<String> enum_ = cx.getLoggerNames(); in reset()
/libcore/ojluni/src/main/java/sun/util/logging/
DLoggingSupport.java79 public static java.util.List<String> getLoggerNames() { in getLoggerNames() method in LoggingSupport
81 return proxy.getLoggerNames(); in getLoggerNames()
DLoggingProxy.java51 public java.util.List<String> getLoggerNames(); in getLoggerNames() method
/libcore/luni/src/test/java/libcore/java/util/logging/
DOldLogManagerTest.java115 Enumeration<String> enumar = mockManager.getLoggerNames(); in testGetLogger()
139 Enumeration<String> enumar2 = mockManager.getLoggerNames(); in testGetLogger_duplicateName()
/libcore/ojluni/annotations/hiddenapi/java/util/logging/
DLogManager.java125 public java.util.Enumeration<java.lang.String> getLoggerNames() { in getLoggerNames() method in LogManager
425 synchronized java.util.Enumeration<java.lang.String> getLoggerNames() { in getLoggerNames() method in LogManager.LoggerContext