Home | History | Annotate | Download | only in wizard

Lines Matching refs:mMaxDate

210                          Calendar mMinDate, Calendar mMaxDate) {
216 actualMaxFieldValue = mMaxDate.get(Calendar.YEAR);
226 if (mCurrentDate.after(mMaxDate)) {
227 mCurrentDate.setTimeInMillis(mMaxDate.getTimeInMillis());