Searched refs:escapeHtml (Results 1 – 9 of 9) sorted by relevance
637 return Html.escapeHtml(text); in coerceToHtmlText()712 return Html.escapeHtml(text); in coerceToHtmlOrStyledText()725 return Html.escapeHtml(e.toString()); in coerceToHtmlOrStyledText()770 builder.append(Html.escapeHtml(uri)); in uriToHtml()772 builder.append(Html.escapeHtml(uri)); in uriToHtml()
92 final String sanitizedVpnLabel = Html.escapeHtml(vpnLabel); in getSanitizedVpnLabel()
81 escapedArgs[i] = Html.escapeHtml(formatArgs[i]); in getHtmlFromResources()
259 p.mTitle = Html.escapeHtml(p.mTitle.toString()); in onCreate()
276 public static String escapeHtml(CharSequence text) { in escapeHtml() method in Html
META-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
29607 method public static java.lang.String escapeHtml(java.lang.CharSequence);
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
47632 method public static String escapeHtml(CharSequence);