Home | History | Annotate | Download | only in util

Lines Matching defs:mComment

24     private String mName, mAddress, mComment;
33 mComment = comment;
54 return mComment;
75 mComment = comment;
91 if (mComment != null && mComment.length() != 0) {
93 sb.append(quoteComment(mComment));
176 if (mComment != null) result = 31 * result + mComment.hashCode();
195 stringEquals(mComment, other.mComment));