Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/
DStreamItemEntry.java41 private final String mComments; field in StreamItemEntry
72 mComments = comments; in StreamItemEntry()
88 mComments = getString(cursor, StreamItems.COMMENTS); in StreamItemEntry()
117 return mComments; in getComments()
164 if (mComments != null) { in decodeHtml()
165 mDecodedComments = HtmlUtils.fromHtml(context, mComments, imageGetter, null); in decodeHtml()