Home | History | Annotate | Download | only in calendar

Lines Matching refs:mRrule

226     public String mRrule = null;
344 mRrule = rrule;
406 mRrule = null;
512 result = prime * result + ((mRrule == null) ? 0 : mRrule.hashCode());
608 if (mRrule == null) {
609 if (other.mRrule != null) {
612 } else if (!mRrule.equals(other.mRrule)) {
681 if (TextUtils.isEmpty(mRrule)) {
683 if (!TextUtils.isEmpty(originalModel.mRrule)) {
692 } else if (!mRrule.equals(originalModel.mRrule)) {