Home
last modified time | relevance | path

Searched defs:allDay (Results 1 – 18 of 18) 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.java431 boolean allDay; field in CalendarProvider2Test.VerifyInstance
506 boolean allDay) { in EventInfo()
512 boolean allDay, String timezone) { in EventInfo()
517 boolean allDay, String timezone) { in init()
539 String rrule, boolean allDay) { in EventInfo()
545 String rrule, boolean allDay, String timezone) { in EventInfo()
550 String rrule, boolean allDay, String timezone) { in init()
582 String description, String startDate, String endDate, boolean allDay, in EventInfo()
591 boolean allDay, String timezone, String customPackageName, in init()
2634 private void checkEvent(int eventId, String title, long dtStart, long dtEnd, boolean allDay) { in checkEvent()
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertAdapter.java81 long startMillis, long endMillis, boolean allDay) { in updateView()
DAlertUtils.java112 static String formatTimeLocation(Context context, long startMillis, boolean allDay, in formatTimeLocation()
DAlertService.java726 boolean allDay; field in AlertService.NotificationInfo
730 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/Calendar/tests/src/com/android/calendar/widget/
DCalendarAppWidgetServiceTest.java284 private Object[] getRow(int allDay, long begin, long end, String title, String location, in getRow()
/packages/apps/Calendar/src/com/android/calendar/agenda/
DAgendaAdapter.java78 boolean allDay; field in AgendaAdapter.ViewHolder
DAgendaByDayAdapter.java436 long instanceId, boolean allDay) { in RowInfo()
471 long instanceId, boolean allDay) { in MultipleDayInfo()
DAgendaFragment.java353 private void showEventInfo(EventInfo event, boolean allDay, boolean replaceFragment) { in showEventInfo()
DAgendaWindowAdapter.java283 boolean allDay; field in AgendaWindowAdapter.EventInfo
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
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/
DUtilsTests.java211 Event buildTestEvent(int startTime, int endTime, boolean allDay, int startDay, int endDay) { in buildTestEvent()
/packages/apps/Calendar/src/com/android/calendar/
DEvent.java118 public boolean allDay; field in Event
DCalendarController.java224 public static long buildViewExtraLong(int response, boolean allDay) { in buildViewExtraLong()
DUtils.java1182 String localTimezone, boolean allDay, Context context) { in getDisplayedDatetime()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDatabaseHelper.java3009 int allDay = recur.getInt(0); in upgradeToVersion52() local