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

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

Completed in 29 milliseconds