HomeSort by relevance Sort by last modified time
    Searched refs:FINER (Results 1 - 9 of 9) sorted by null

  /dalvik/libcore/logging/src/main/java/java/util/logging/
Logger.java 728 * with log level {@code Level.FINER}, log message "ENTRY", the specified
737 if (!internalIsLoggable(Level.FINER)) {
741 LogRecord record = new LogRecord(Level.FINER, "ENTRY"); //$NON-NLS-1$
751 * with log level {@code Level.FINER}, log message "ENTRY", the specified
763 if (!internalIsLoggable(Level.FINER)) {
767 LogRecord record = new LogRecord(Level.FINER, "ENTRY" + " {0}"); //$NON-NLS-1$ //$NON-NLS-2$
778 * with log level {@code Level.FINER}, log message "ENTRY", the specified
792 if (!internalIsLoggable(Level.FINER)) {
804 LogRecord record = new LogRecord(Level.FINER, msg);
815 * level {@code Level.FINER}, log message "RETURN", the specified sourc
952 public void finer(String msg) { method in class:Logger
    [all...]
Level.java 40 * The predefined levels in ascending order are FINEST, FINER, FINE, CONFIG,
82 * The FINER level provides more detailed tracing messages.
84 public static final Level FINER = new Level("FINER", 400); //$NON-NLS-1$
  /dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LoggerTest.java     [all...]
LevelTest.java 198 assertSame(Level.FINER, Level.parse("FINER"));
255 assertSame(Level.FINER, Level.parse("FINER"));
264 assertSame(Level.FINER, Level.parse("400"));
MemoryHandlerTest.java 234 LogRecord record = new LogRecord(Level.FINER, "MSG1");
499 handler.publish(new LogRecord(Level.FINER, "MSG6"));
502 handler.publish(new LogRecord(Level.FINER, "false"));
StreamHandlerTest.java 796 h.setLevel(Level.FINER);
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 123 milliseconds