Searched refs:HtmlFormatter (Results 1 – 6 of 6) sorted by relevance
24 public class HtmlFormatter { class31 public HtmlFormatter clear() { in clear()40 public HtmlFormatter openDocument() { in openDocument()49 public HtmlFormatter closeDocument() { in closeDocument()59 public HtmlFormatter openHeading(int level) { in openHeading()69 public HtmlFormatter closeHeading(int level) { in closeHeading()78 public HtmlFormatter openParagraph() { in openParagraph()87 public HtmlFormatter closeParagraph() { in closeParagraph()96 public HtmlFormatter openBold() { in openBold()105 public HtmlFormatter closeBold() { in closeBold()[all …]
28 import com.android.cts.verifier.libs.ui.HtmlFormatter;53 HtmlFormatter htmlFormatter = new HtmlFormatter(); in onCreate()
34 import com.android.cts.verifier.libs.ui.HtmlFormatter;75 HtmlFormatter mHtmlFormatter = new HtmlFormatter(); in displayDeviceSupport()
38 import com.android.cts.verifier.libs.ui.HtmlFormatter;61 private HtmlFormatter mHtmlFormatter = new HtmlFormatter();
44 import com.android.cts.verifier.libs.ui.HtmlFormatter;91 private HtmlFormatter mHtmlFormatter = new HtmlFormatter();734 HtmlFormatter generateReport(int api, HtmlFormatter htmlFormatter) { in generateReport()1401 HtmlFormatter generateReport(HtmlFormatter htmlFormatter) { in generateReport()
40 import com.android.cts.verifier.libs.ui.HtmlFormatter;86 private HtmlFormatter mHtmlFormatter = new HtmlFormatter();