Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/util/logging/
DPlatformLogger.java95 private static final int FINE = 500; field in PlatformLogger
109 FINE, enumConstant
127 PlatformLogger.FINE, PlatformLogger.CONFIG, PlatformLogger.INFO,
140 case PlatformLogger.FINE : return Level.FINE; in valueOf()
366 loggerProxy.doLog(Level.FINE, msg); in fine()
370 loggerProxy.doLog(Level.FINE, msg, t); in fine()
374 loggerProxy.doLog(Level.FINE, msg, params); in fine()
/libcore/luni/src/test/resources/bundles/java/util/logging/
Dres.properties5 FINE=US_FINE key
Dres_en_US.properties5 FINE=US_FINE key
Dres2.properties5 FINE=FINE2 key
/libcore/ojluni/annotations/sdk/nullability/java/util/logging/
DLevel.annotated.java59 @libcore.util.NonNull public static final java.util.logging.Level FINE; field in Level
60 static { FINE = null; }
/libcore/luni/src/test/java/libcore/java/util/logging/
DOldFileHandlerTest.java101 assertEquals("is non equal to actual value", Level.FINE, handler in testFileHandler()
124 assertEquals("is non equal to actual value", Level.FINE, handler in testFileHandler_1params()
210 assertEquals("is non equal to actual value", Level.FINE, handler in testFileHandler_2params()
248 assertEquals("is non equal to actual value", Level.FINE, handler in testFileHandler_3params()
296 assertEquals("is non equal to actual value", Level.FINE, handler in testFileHandler_4params()
458 new LogRecord(Level.FINE, "message for test") }; in testPublish()
DOldFormatterTest.java31 LogRecord r = new LogRecord(Level.FINE, MSG);
DOldMemoryHandlerTest.java80 assertEquals("Level should be FINE", Level.FINE, handler.getLevel()); in testMemoryHandler()
/libcore/ojluni/src/main/resources/sun/util/logging/resources/
Dlogging.properties40 FINE=FINE key
Dlogging_sv.properties40 FINE=Fin key
Dlogging_fr.properties40 FINE=Pr\u00E9cis key
Dlogging_zh_CN.properties40 FINE=\u8BE6\u7EC6 key
Dlogging_zh_TW.properties40 FINE=\u8A73\u7D30 key
Dlogging_ja.properties40 FINE=\u666E\u901A key
Dlogging_ko.properties40 FINE=\uBBF8\uC138 key
Dlogging_es.properties40 FINE=Detallado key
Dlogging_pt_BR.properties40 FINE=Detalhado key
Dlogging_it.properties40 FINE=Buono key
Dlogging_de.properties40 FINE=Fein key
/libcore/luni/src/test/java/libcore/sun/util/logging/
DPlatformLoggerTest.java40 assertLogLevel("FINE", Level.FINE); in testLogLevelConstants()
/libcore/ojluni/src/main/java/java/util/logging/
DLevel.java157 public static final Level FINE = new Level("FINE", 500, defaultBundle); field in Level
DLogger.java1516 log(Level.FINE, msg); in fine()
1632 log(Level.FINE, msgSupplier); in fine()