Home
last modified time | relevance | path

Searched refs:mDecodedComments (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/
DStreamItemEntry.java49 private CharSequence mDecodedComments; field in StreamItemEntry
165 mDecodedComments = HtmlUtils.fromHtml(context, mComments, imageGetter, null); in decodeHtml()
177 return mDecodedComments; in getDecodedComments()