Searched refs:monthDay (Results 1 - 21 of 21) 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);
H A DAlertServiceTest.java621 int day = now.monthDay;
644 Utils.createTimeInMillis(0, 0, 23, yesterday.monthDay, yesterday.month,
701 tomorrow.monthDay, tomorrow.month, tomorrow.year, Time.getCurrentTimezone()));
/packages/apps/UnifiedEmail/src/com/android/mail/
H A DFormattedDateBuilder.java85 final int thenMonthDay = time.monthDay;
90 && (thenMonthDay == (time.monthDay-1));
/packages/apps/Calendar/tests/src/com/android/calendar/widget/
H A DCalendarAppWidgetServiceTest.java83 time.monthDay += 1;
151 time.monthDay += 5;
155 time.monthDay += 1;
/packages/apps/Calendar/src/com/android/calendar/month/
H A DSimpleWeekView.java269 time.monthDay -= diff;
287 if (time.monthDay == 1) {
300 mDayNumbers[i] = Integer.toString(time.monthDay++);
305 if (time.monthDay == 1) {
306 time.monthDay--;
H A DMonthListView.java165 mTempTime.monthDay = 1;
H A DSimpleDayPickerFragment.java135 midnight.monthDay++;
444 mFirstDayOfMonth.monthDay = 1;
/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...]
H A DEditEventHelper.java1004 bymonthday[0] = startTime.monthDay;
1016 int dayCount = 1 + ((startTime.monthDay - 1) / 7);
1365 startTime.monthDay += daysOffset;
1366 endTime.monthDay += daysOffset;
/packages/apps/Calendar/src/com/android/calendar/
H A DEventRecurrenceFormatter.java109 int dayNumber = (recurrence.startDate.monthDay - 1) / 7;
H A DDayView.java1122 end.monthDay += mNumDays - 1;
1166 mBaseDate.monthDay += mNumDays;
1172 mBaseDate.monthDay -= mNumDays;
1203 mFirstVisibleDate = mBaseDate.monthDay;
1214 time.monthDay -= diff;
1623 date.monthDay -= mNumDays;
1625 date.monthDay += mNumDays;
1633 end.monthDay += mNumDays - 1;
1846 start.monthDay += mNumDays;
1848 start.monthDay
[all...]
H A DCalendarViewAdapter.java397 t.monthDay -= diff;
H A DUtils.java770 recycle.monthDay ++;
1337 weekTime.monthDay++;
1340 weekTime.monthDay += 2;
1661 today.setDayOfMonth(now.monthDay);
/packages/apps/Calendar/src/com/android/calendar/widget/
H A DCalendarAppWidgetService.java445 time.monthDay++;
453 time.monthDay++;
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartDataUsageView.java518 time.monthDay -= time.weekDay - FIRST_DAY_OF_WEEK;
527 time.monthDay -= 7;
/packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
H A DRecurrencePickerDialog.java207 dest.writeInt(endDate.monthDay);
950 mModel.monthlyByNthDayOfWeek = (mTime.monthDay + 6) / 7;
1112 mModel.endDate.monthDay = dayOfMonth;
1153 mModel.endDate.month, mModel.endDate.monthDay);
/packages/apps/Settings/src/com/android/settings/net/
H A DNetworkPolicyEditor.java153 cycleDay = time.monthDay;
/packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
H A DPolarClockWallpaper.java542 angle = (calendar.monthDay - 1) /
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarDatabaseHelper.java2754 newTime.set(oldTime.monthDay, oldTime.month, oldTime.year);
2762 newTime.set(oldTime.monthDay, oldTime.month, oldTime.year);
H A DCalendarProvider2.java788 time.monthDay = 1;

Completed in 392 milliseconds