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

  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 59 public static interface ConverterFactory {
93 private static final ConverterFactory DEFAULT_CONVERTER_FACTORY =
94 new ConverterFactory() {
120 private ConverterFactory converterFactory = DEFAULT_CONVERTER_FACTORY;
134 * Sets a new {@link ConverterFactory} to be used to convert
137 public void setConverterFactory(ConverterFactory factory) {
141 converterFactory = factory;
569 Converter<String> converter = (Converter<String>) converterFactory.createInstance();
618 Converter<Spanned> converter = (Converter<Spanned>) converterFactory.createInstance()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/
convert.jar 

Completed in 66 milliseconds