Searched refs:mComments (Results 1 – 1 of 1) sorted by relevance
41 private final String mComments; field in StreamItemEntry72 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()