HomeSort by relevance Sort by last modified time
    Searched refs:oldDate (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/test/java/time/tck/java/time/format/
TCKLocalizedPrinterParser.java 146 Date oldDate = new Date(date.getYear() - 1900, date.getMonthValue() - 1, date.getDayOfMonth());
147 String text = old.format(oldDate);
158 Date oldDate = new Date(date.getYear() - 1900, date.getMonthValue() - 1, date.getDayOfMonth());
159 String text = old.format(oldDate);
199 Date oldDate = new Date(1970, 0, 0, time.getHour(), time.getMinute(), time.getSecond());
200 String text = old.format(oldDate);
211 Date oldDate = new Date(1970, 0, 0, time.getHour(), time.getMinute(), time.getSecond());
212 String text = old.format(oldDate);
  /packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java     [all...]

Completed in 140 milliseconds