Searched defs:oldCalendar (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/widget/
H A DCalendarView.java979 * @param oldCalendar The old calendar.
982 private Calendar getCalendarForLocale(Calendar oldCalendar, Locale locale) { argument
983 if (oldCalendar == null) {
986 final long currentTimeMillis = oldCalendar.getTimeInMillis();
H A DDatePicker.java490 * @param oldCalendar The old calendar.
493 private Calendar getCalendarForLocale(Calendar oldCalendar, Locale locale) { argument
494 if (oldCalendar == null) {
497 final long currentTimeMillis = oldCalendar.getTimeInMillis();

Completed in 26 milliseconds