Searched refs:APP_WAP_XHTML (Results 1 – 3 of 3) sorted by relevance
94 public static final String APP_WAP_XHTML = "application/vnd.wap.xhtml+xml"; field in ContentType107 || APP_WAP_XHTML.equals(contentType); in isTextType()
72 public static final String APP_WAP_XHTML = "application/vnd.wap.xhtml+xml"; field in ContentType123 sSupportedContentTypes.add(APP_WAP_XHTML);
808 || ContentType.APP_WAP_XHTML.equals(mContentType); in isText()