Searched refs:minute (Results 26 - 38 of 38) sorted by relevance

12

/packages/apps/Calendar/src/com/android/calendar/widget/
H A DCalendarAppWidgetService.java447 time.minute = 0;
455 time.minute = 0;
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
H A DAlertServiceTest.java203 long end, int minute, long alarmTime) {
210 mMinute = minute;
223 5 /* minute */, alarmTime);
715 private static long createTimeInMillis(int hour, int minute) { argument
716 return Utils.createTimeInMillis(0 /* second */, minute, hour, 1 /* day */, 1 /* month */,
202 Alert(long eventId, int alertStatus, int responseStatus, int allDay, long begin, long end, int minute, long alarmTime) argument
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertService.java428 + "%d:%02d", minutesBeforeRefresh, time.hour, time.minute);
622 && time.minute >= quietHoursStartMinute));
626 && time.minute <= quietHoursEndMinute));
629 // start hour is equal to end hour, and start minute is
630 // after end minute.
/packages/apps/Calendar/src/com/android/calendar/
H A DAllInOneActivity.java772 if (t.minute > 30) {
774 t.minute = 0;
775 } else if (t.minute > 0 && t.minute < 30) {
776 t.minute = 30;
1072 // Update when the minute changes
H A DCalendarViewAdapter.java127 long runInMillis = (24 * 3600 - time.hour * 3600 - time.minute * 60 -
H A DDayView.java1035 gotoY = (int) ((mBaseDate.hour + 1 + mBaseDate.minute / 60.0f)
1123 // Move it forward one minute so the formatter doesn't lose a day
1124 end.minute += 1;
1150 int savedMinute = mBaseDate.minute;
1154 mBaseDate.minute = 0;
1186 mBaseDate.minute = savedMinute;
2019 weekStart.minute = 0;
2473 + ((mCurrentTime.minute * mCellHeight) / 60) + 1;
2663 + ((mCurrentTime.minute * mCellHeight) / 60) + 1;
2676 + ((mCurrentTime.minute * mCellHeigh
[all...]
/packages/apps/Calendar/src/com/android/calendar/month/
H A DSimpleDayPickerFragment.java133 midnight.minute = 0;
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarInstancesHelper.java893 int startMinute = local.hour * 60 + local.minute;
897 int endMinute = local.hour * 60 + local.minute;
901 // Exception: if start and end minute are both 0 on the same day,
H A DCalendarProvider2.java761 time.minute = 0;
1524 if (time.hour != 0 || time.minute != 0 || time.second != 0) {
1526 time.minute = 0;
1536 if (time.hour != 0 || time.minute != 0 || time.second != 0) {
1538 time.minute = 0;
1657 untilTime.hour = untilTime.minute = untilTime.second = 0;
1663 dtstart.hour = dtstart.minute = dtstart.second = 0;
H A DCalendarDatabaseHelper.java1474 if(time.hour != 0 || time.minute != 0 || time.second != 0) {
1476 time.minute = 0;
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartDataUsageView.java453 time.hour = time.minute = time.second = 0;
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaWindowAdapter.java644 time.minute = 0;
/packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
H A DRecurrencePickerDialog.java1108 mModel.endDate.hour = mModel.endDate.minute = mModel.endDate.second = 0;

Completed in 233 milliseconds

12