Searched refs:getTail (Results 1 - 7 of 7) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/logging/
H A DOldFormatterTest.java41 assertEquals("tail string is not empty", "", f.getTail(null));
53 assertEquals("tail string is not empty", "", f.getTail(null));
54 assertEquals("tail string is not empty", "", f.getTail(h));
56 assertEquals("tail string is not empty", "", f.getTail(h));
H A DOldSimpleFormatterTest.java29 assertEquals("Tail for this SimpleFormatter should be empty", "", sf.getTail(null));
H A DOldXMLFormatterTest.java56 .getTail(handler).indexOf("/log>") > 0);
61 "</log>", formatter.getTail(null).trim());
63 formatter.getTail(handler).trim());
66 "</log>", formatter.getTail(handler).trim());
H A DOldFileHandlerTest.java356 sb.append(formatter.getTail(handler));
362 sb.append(formatter.getTail(handler));
488 public String getTail(Handler h) { method in class:OldFileHandlerTest.MockFormatter
/libcore/luni/src/main/java/java/util/logging/
H A DFormatter.java26 * of records. The {@code getHead} and {@code getTail} methods are used for this
113 public String getTail(Handler h) { method in class:Formatter
H A DStreamHandler.java223 write(getFormatter().getTail(this));
H A DXMLFormatter.java177 public String getTail(Handler h) { method in class:XMLFormatter

Completed in 701 milliseconds