Home | History | Annotate | Download | only in quicksearchbox

Lines Matching defs:mText1

33     private String mText1;
62 return mText1;
138 mText1 = text1;
235 result = prime * result + ((mText1 == null) ? 0 : mText1.hashCode());
301 if (mText1 == null) {
302 if (other.mText1 != null)
304 } else if (!mText1.equals(other.mText1))
322 appendField(builder, "text1", mText1);