OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConverterFactory
(Results
1 - 6
of
6
) sorted by null
/packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/
NotificationUtilsTest.java
41
htmlTree.setConverterFactory(new HtmlTree.
ConverterFactory
() {
68
htmlTree.setConverterFactory(new HtmlTree.
ConverterFactory
() {
/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
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
HtmlUtils.java
50
public static Spanned htmlToSpan(String html, HtmlTree.
ConverterFactory
factory) {
NotificationUtils.java
105
private static final HtmlTree.
ConverterFactory
MESSAGE_CONVERTER_FACTORY =
106
new HtmlTree.
ConverterFactory
() {
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java
361
private final HtmlTree.
ConverterFactory
mSpanConverterFactory =
362
new HtmlTree.
ConverterFactory
() {
[
all
...]
Completed in 330 milliseconds