HomeSort by relevance Sort by last modified time
    Searched defs:HtmlUtils (Results 1 - 5 of 5) sorted by null

  /external/jsilver/src/com/google/streamhtmlparser/util/
HtmlUtils.java 40 public final class HtmlUtils {
45 private HtmlUtils() {
51 * {@link HtmlUtils#parseContentAttributeForUrl(String)}.
368 * <p>We return {@link HtmlUtils.META_REDIRECT_TYPE} indicating whether the
400 * @return {@link HtmlUtils.META_REDIRECT_TYPE} indicating the presence
  /packages/apps/Contacts/src/com/android/contacts/util/
HtmlUtils.java 38 public class HtmlUtils {
  /packages/apps/Contacts/tests/src/com/android/contacts/util/
HtmlUtilsTest.java 28 import com.android.contacts.util.HtmlUtils.StreamItemQuoteSpan;
31 * Tests for {@link HtmlUtils}.
39 * Test for {@link HtmlUtils#postprocess} specifically about trimming newlines.
51 assertNull(HtmlUtils.postprocess(getContext(), null));
57 HtmlUtils.postprocess(getContext(), new SpannedString(text)).toString());
60 HtmlUtils.postprocess(getContext(), new SpannableStringBuilder(text)).toString());
69 checkPostProcess(HtmlUtils.postprocess(getContext(), builder));
72 checkPostProcess(HtmlUtils.postprocess(getContext(), new SpannedString(builder)));
85 checkPostProcess(HtmlUtils.postprocess(getContext(), builder));
88 checkPostProcess(HtmlUtils.postprocess(getContext(), new SpannedString(builder)))
    [all...]
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 

Completed in 2735 milliseconds