Searched refs:mRawCommentText (Results 1 – 1 of 1) sorted by relevance
27 mRawCommentText = rawCommentText; in DocInfo()64 return mRawCommentText; in getRawCommentText()68 mRawCommentText = rawCommentText; in setRawCommentText()72 mComment = new Comment(mRawCommentText, parent(), mPosition); in setRawCommentText()79 mComment = new Comment(mRawCommentText, parent(), mPosition); in comment()93 mComment = new Comment(mRawCommentText, parent(), mPosition); in setPosition()167 private String mRawCommentText; field in DocInfo