Home
last modified time | relevance | path

Searched defs:EventInfo (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
DAlarmSchedulerTest.java59 private static class EventInfo { class in AlarmSchedulerTest.MockProvider
65 public EventInfo(long eventId, boolean allDay, long begin, int reminderMinutes) { in EventInfo() method in AlarmSchedulerTest.MockProvider.EventInfo
/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetModel.java75 static class EventInfo { class in CalendarAppWidgetModel
90 public EventInfo() { in EventInfo() method in CalendarAppWidgetModel.EventInfo
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java499 private class EventInfo { class in CalendarProvider2Test
516 public EventInfo(String title, String startDate, String endDate, in EventInfo() method in CalendarProvider2Test.EventInfo
522 public EventInfo(String title, String startDate, String endDate, in EventInfo() method in CalendarProvider2Test.EventInfo
550 public EventInfo(String title, String description, String startDate, String endDate, in EventInfo() method in CalendarProvider2Test.EventInfo
556 public EventInfo(String title, String description, String startDate, String endDate, in EventInfo() method in CalendarProvider2Test.EventInfo
593 public EventInfo(String originalTitle, String originalInstance, String title, in EventInfo() method in CalendarProvider2Test.EventInfo
/packages/apps/Calendar/src/com/android/calendar/
DCalendarController.java146 public static class EventInfo { class in CalendarController