Home
last modified time | relevance | path

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

/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.java536 private class EventInfo { class in CalendarProvider2Test
553 public EventInfo(String title, String startDate, String endDate, in EventInfo() method in CalendarProvider2Test.EventInfo
559 public EventInfo(String title, String startDate, String endDate, in EventInfo() method in CalendarProvider2Test.EventInfo
587 public EventInfo(String title, String description, String startDate, String endDate, in EventInfo() method in CalendarProvider2Test.EventInfo
593 public EventInfo(String title, String description, String startDate, String endDate, in EventInfo() method in CalendarProvider2Test.EventInfo
630 public EventInfo(String originalTitle, String originalInstance, String title, in EventInfo() method in CalendarProvider2Test.EventInfo
/packages/apps/Calendar/src/com/android/calendar/
DCalendarController.java129 public static class EventInfo { class in CalendarController