HomeSort by relevance Sort by last modified time
    Searched refs:PlainTextConverterFactory (Results 1 - 4 of 4) sorted by null

  /packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/
NotificationUtilsTest.java 39 htmlTree.setPlainTextConverterFactory(new HtmlTree.PlainTextConverterFactory() {
66 htmlTree.setPlainTextConverterFactory(new HtmlTree.PlainTextConverterFactory() {
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlTree.java 54 public static interface PlainTextConverterFactory {
89 private static final PlainTextConverterFactory DEFAULT_CONVERTER_FACTORY =
90 new PlainTextConverterFactory() {
112 private PlainTextConverterFactory converterFactory = DEFAULT_CONVERTER_FACTORY;
126 * Sets a new {@link PlainTextConverterFactory} to be used to convert
129 public void setPlainTextConverterFactory(PlainTextConverterFactory factory) {
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 57 public static interface PlainTextConverterFactory {
92 private static final PlainTextConverterFactory DEFAULT_CONVERTER_FACTORY =
93 new PlainTextConverterFactory() {
116 private PlainTextConverterFactory converterFactory = DEFAULT_CONVERTER_FACTORY;
130 * Sets a new {@link PlainTextConverterFactory} to be used to convert
133 public void setPlainTextConverterFactory(PlainTextConverterFactory factory) {
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java 92 private static final HtmlTree.PlainTextConverterFactory MESSAGE_CONVERTER_FACTORY =
93 new HtmlTree.PlainTextConverterFactory() {
    [all...]

Completed in 486 milliseconds