HomeSort by relevance Sort by last modified time
    Searched defs:finer (Results 1 - 6 of 6) 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...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 11 milliseconds