Home
last modified time | relevance | path

Searched refs:toHtml (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java181 (tokens.get(i).toHtml(true).length() == 0)) { in parse()
727 public String toHtml(boolean caps) { throw new AssertionError("not html"); } in toHtml() method in AbstractMessageParser.Token
744 public String toHtml(boolean caps) { in toHtml() method in AbstractMessageParser.Html
1206 public String toHtml(boolean caps) { in toHtml() method in AbstractMessageParser.Format
1254 public String toHtml() { in toHtml() method in AbstractMessageParser
1263 html.append(token.toHtml(caps)); in toHtml()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/format/
H A DSpannedTestUtils.java39 String actualHtmlText = Html.toHtml((Spanned) textView.getText()); in checkHtmlText()
/aosp12/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java398 public String toHtml(Spanned text); in toHtml() method
400 public String toHtml(Spanned text, boolean escapeNonAsciiChar); in toHtml() method
402 public String toHtml(Spanned text, boolean escapeNonAsciiChar, int width, float scale); in toHtml() method
1845 public String toHtml(Spanned text) { in toHtml() method in EditStyledText.StyledTextHtmlStandard
1846 return Html.toHtml(text); in toHtml()
1849 public String toHtml(Spanned text, boolean escapeNonAsciiChar) { in toHtml() method in EditStyledText.StyledTextHtmlStandard
1850 return Html.toHtml(text); in toHtml()
1853 public String toHtml(Spanned text, boolean escapeNonAsciiChar, int width, float scale) { in toHtml() method in EditStyledText.StyledTextHtmlStandard
1854 return Html.toHtml(text); in toHtml()
1882 String htmlBody = mHtml.toHtml(mEST.getText(), escapeFlag); in getHtml()
[all …]
/aosp12/frameworks/base/core/java/android/text/
H A DHtml.java253 public static String toHtml(Spanned text) { in toHtml() method in Html
254 return toHtml(text, TO_HTML_PARAGRAPH_LINES_CONSECUTIVE); in toHtml()
267 public static String toHtml(Spanned text, int option) { in toHtml() method in Html
/aosp12/frameworks/base/core/java/android/content/
H A DClipData.java534 return Html.toHtml((Spanned)text); in coerceToHtmlText()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt44096 method @Deprecated public static String toHtml(android.text.Spanned);
44097 method public static String toHtml(android.text.Spanned, int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt29610 method public static java.lang.String toHtml(android.text.Spanned);