Searched refs:getMonth (Results 1 – 6 of 6) sorted by relevance
98 int monthDiff = this.month - other.getMonth(); in compareTo()111 public int getMonth() { in getMonth() method in SimpleDate
281 public int getMonth() { in getMonth() method in DatePicker.SavedState344 mMonth = ss.getMonth(); in onRestoreInstanceState()413 public int getMonth() { in getMonth() method in DatePicker
144 mDatePicker.getMonth(), mDatePicker.getDayOfMonth()); in onClick()167 state.putInt(MONTH, mDatePicker.getMonth()); in onSaveInstanceState()
88 setDate(date.getDay(), date.getMonth(), date.getYear()); in setDate()
57 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()