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.java441 boolean allDay; field in CalendarProvider2Test.VerifyInstance
517 boolean allDay) { in EventInfo()
523 boolean allDay, String timezone) { in EventInfo()
528 boolean allDay, String timezone) { in init()
551 String rrule, boolean allDay) { in EventInfo()
557 String rrule, boolean allDay, String timezone) { in EventInfo()
562 String rrule, boolean allDay, String timezone) { in init()
594 String description, String startDate, String endDate, boolean allDay, in EventInfo()
603 boolean allDay, String timezone, String customPackageName, in init()
2826 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/tests/src/com/android/calendar/
DUtilsTests.java235 Event buildTestEvent(int startTime, int endTime, boolean allDay, int startDay, int endDay) { in buildTestEvent()
/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/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDatabaseHelper.java3063 int allDay = recur.getInt(0); in upgradeToVersion52() local