Searched refs:getMonth (Results 1 – 7 of 7) sorted by relevance
81 if (beforeLocalDateTime.getMonth() != afterLocalDateTime.getMonth()) { in insertMonthSeparators()
98 int monthDiff = this.month - other.getMonth(); in compareTo()111 public int getMonth() { in getMonth() method in SimpleDate
144 mDatePicker.getMonth(), mDatePicker.getDayOfMonth()); in onClick()167 state.putInt(MONTH, mDatePicker.getMonth()); in onSaveInstanceState()
281 public int getMonth() { in getMonth() method in DatePicker.SavedState344 mMonth = ss.getMonth(); in onRestoreInstanceState()413 public int getMonth() { in getMonth() method in DatePicker
88 setDate(date.getDay(), date.getMonth(), date.getYear()); in setDate()
60 c.set(Calendar.MONTH, mDatePicker.getMonth()); in onStop()
2759 newTime.set(oldTime.getDay(), oldTime.getMonth(), oldTime.getYear()); in upgradeToVersion62()2767 newTime.set(oldTime.getDay(), oldTime.getMonth(), oldTime.getYear()); in upgradeToVersion62()