Searched defs:monthDay (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
H A DUtils.java22 public static long createTimeInMillis(int second, int minute, int hour, int monthDay, argument
25 t.set(second, minute, hour, monthDay, month, year);
/packages/apps/Calendar/tests/src/com/android/calendar/
H A DUtilsTests.java140 private static long createTimeInMillis(int second, int minute, int hour, int monthDay, argument
142 return createTimeInMillis(second, minute, hour, monthDay, month, year,
146 private static long createTimeInMillis(int second, int minute, int hour, int monthDay, argument
149 t.set(second, minute, hour, monthDay, month, year);
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventView.java275 endTime.monthDay = startTime.monthDay + 1;
338 public void onDateSet(DatePickerDialog view, int year, int month, int monthDay) { argument
339 Log.d(TAG, "onDateSet: " + year + " " + month + " " + monthDay);
353 int monthDayDuration = endTime.monthDay - startTime.monthDay;
357 startTime.monthDay = monthDay;
363 endTime.monthDay = monthDay
[all...]

Completed in 90 milliseconds