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

  /external/apache-http/src/org/apache/commons/logging/impl/
Jdk14Logger.java 47 protected static final Level dummyLevel = Level.FINE;
107 * Logs a message with <code>java.util.logging.Level.FINE</code>.
113 log(Level.FINE, String.valueOf(message), null);
118 * Logs a message with <code>java.util.logging.Level.FINE</code>.
125 log(Level.FINE, String.valueOf(message), exception);
213 return (getLogger().isLoggable(Level.FINE));
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFormatterTest.java 30 LogRecord r = new LogRecord(Level.FINE, MSG);
OldFileHandlerTest.java 55 props.put("java.util.logging.FileHandler.level", "FINE");
99 assertEquals("is non equal to actual value", Level.FINE, handler
123 assertEquals("is non equal to actual value", Level.FINE, handler
205 assertEquals("is non equal to actual value", Level.FINE, handler
243 assertEquals("is non equal to actual value", Level.FINE, handler
291 assertEquals("is non equal to actual value", Level.FINE, handler
453 new LogRecord(Level.FINE, "message for test") };
OldMemoryHandlerTest.java 61 props.put("java.util.logging.MemoryHandler.level", "FINE");
80 assertEquals("Level should be FINE", Level.FINE, handler.getLevel());
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
FileClientSessionCache.java 169 logger.log(Level.FINE, "Read session for " + host + ".");
236 logger.log(Level.FINE, "Stored session for " + host
  /libcore/luni/src/main/java/java/util/logging/
Level.java 37 * The predefined levels in ascending order are FINEST, FINER, FINE, CONFIG,
74 * The FINE level provides tracing messages.
76 public static final Level FINE = new Level("FINE", 500);
Logger.java 950 public void fine(String msg) { method in class:Logger
    [all...]
  /external/apache-http/src/org/apache/http/conn/ssl/
AbstractVerifier.java 226 I tested it with "&#x82b1;&#x5b50;.co.jp" and it worked fine.
269 .log(Level.FINE, "Error parsing certificate.", cpe);
  /libcore/luni/src/main/java/java/lang/
ProcessManager.java 276 Logger.getLogger(Runtime.class.getName()).log(Level.FINE,
  /libcore/luni/src/main/java/javax/net/ssl/
DefaultHostnameVerifier.java 260 * I tested it with "&#x82b1;&#x5b50;.co.jp" and it worked fine.
302 .log(Level.FINE, "Error parsing certificate.", cpe);
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 96 milliseconds