Home
last modified time | relevance | path

Searched defs:allDay (Results 1 – 19 of 19) sorted by relevance

/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarSyncTestingBase.java234 boolean allDay) { in EventInfo()
239 boolean allDay) { in EventInfo()
250 boolean allDay, String description) { in EventInfo()
263 boolean allDay, String timezone) { in EventInfo()
268 boolean allDay, String timezone) { in init()
288 String rrule, boolean allDay) { in EventInfo()
294 String rrule, boolean allDay, String timezone) { in EventInfo()
299 String rrule, boolean allDay, String timezone) { in init()
331 String description, String startDate, String endDate, boolean allDay) { in EventInfo()
338 boolean allDay, String timezone) { in init()
DCalendarProvider2Test.java433 boolean allDay; field in CalendarProvider2Test.VerifyInstance
509 boolean allDay) { in EventInfo()
515 boolean allDay, String timezone) { in EventInfo()
520 boolean allDay, String timezone) { in init()
543 String rrule, boolean allDay) { in EventInfo()
549 String rrule, boolean allDay, String timezone) { in EventInfo()
554 String rrule, boolean allDay, String timezone) { in init()
586 String description, String startDate, String endDate, boolean allDay, in EventInfo()
595 boolean allDay, String timezone, String customPackageName, in init()
2762 private void checkEvent(int eventId, String title, long dtStart, long dtEnd, boolean allDay) { in checkEvent()
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
DAlarmSchedulerTest.java65 public EventInfo(long eventId, boolean allDay, long begin, int reminderMinutes) { in EventInfo()
78 void addEventInfo(long eventId, boolean allDay, long begin, int reminderMinutes) { in addEventInfo()
DAlertServiceTest.java202 public Alert(long eventId, int alertStatus, int responseStatus, int allDay, long begin, in Alert()
220 int addAlertRow(long eventId, int alertStatus, int responseStatus, int allDay, long begin, in addAlertRow()
/packages/apps/Calendar/tests/src/com/android/calendar/widget/
DCalendarAppWidgetServiceTest.java176 private Object[] getRow(int allDay, long begin, long end, String title, String location, in getRow()
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertAdapter.java83 long startMillis, long endMillis, boolean allDay) { in updateView()
DAlertService.java914 boolean allDay; field in AlertService.NotificationInfo
918 long endMillis, long eventId, boolean allDay, boolean newAlert) { in NotificationInfo()
/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetModel.java87 boolean allDay; field in CalendarAppWidgetModel.EventInfo
354 private EventInfo populateEventInfo(long eventId, boolean allDay, long start, long end, in populateEventInfo()
DCalendarAppWidgetProvider.java207 boolean allDay) { in getLaunchFillInIntent()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DCalendarInteractionUtils.java30 String localTimezone, boolean allDay, Context context) { in getDisplayedDatetime()
/packages/apps/Calendar/src/com/android/calendar/agenda/
DAgendaAdapter.java78 boolean allDay; field in AgendaAdapter.ViewHolder
DAgendaByDayAdapter.java451 long instanceId, boolean allDay) { in RowInfo()
486 long instanceId, boolean allDay) { in MultipleDayInfo()
DAgendaFragment.java386 private void showEventInfo(EventInfo event, boolean allDay, boolean replaceFragment) { in showEventInfo()
DAgendaWindowAdapter.java306 boolean allDay; field in AgendaWindowAdapter.AgendaItem
/packages/apps/Calendar/src/com/android/calendar/
DEvent.java124 public boolean allDay; field in Event
DCalendarController.java226 public static long buildViewExtraLong(int response, boolean allDay) { in buildViewExtraLong()
DUtils.java1405 String localTimezone, boolean allDay, Context context) { in getDisplayedDatetime()
/packages/apps/Calendar/tests/src/com/android/calendar/
DUtilsTests.java235 Event buildTestEvent(int startTime, int endTime, boolean allDay, int startDay, int endDay) { in buildTestEvent()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDatabaseHelper.java3063 int allDay = recur.getInt(0); in upgradeToVersion52() local