Home | History | Annotate | Download | only in calendar

Lines Matching full:mduration

244     public String mDuration = null;
416 mDuration = null;
489 result = prime * result + ((mDuration == null) ? 0 : mDuration.hashCode());
571 if (mDuration == null) {
572 if (other.mDuration != null) {
575 } else if (!mDuration.equals(other.mDuration)) {
660 if (TextUtils.isEmpty(mDuration)) {
661 if (!TextUtils.isEmpty(originalModel.mDuration)) {
664 } else if (!mDuration.equals(originalModel.mDuration)) {