Searched refs:toHtml (Results 1 – 2 of 2) sorted by relevance
262 public static String toHtml(Spanned spanned, int option) { in toHtml() method in ApiCompatibilityUtils264 return Html.toHtml(spanned, option); in toHtml()266 return Html.toHtml(spanned); in toHtml()
532 public static String[] stackTrace(Throwable t, boolean toHtml) { in stackTrace() argument547 if (toHtml) { in stackTrace()