Searched refs:EventInfo (Results 1 - 19 of 19) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventActivity.java35 import com.android.calendar.CalendarController.EventInfo;
63 private EventInfo mEventInfo;
119 private EventInfo getEventInfoFromIntent(Bundle icicle) {
120 EventInfo info = new EventInfo();
H A DEditEventFragment.java58 import com.android.calendar.CalendarController.EventInfo;
117 private final EventInfo mEvent;
437 public EditEventFragment(EventInfo event, ArrayList<ReminderEntry> reminders,
963 public void handleEvent(EventInfo event) {
/packages/apps/Settings/src/com/android/settings/notification/
H A DZenModeEventRuleSettings.java28 import android.service.notification.ZenModeConfig.EventInfo;
51 private EventInfo mEvent;
137 Integer.toString(EventInfo.REPLY_ANY_EXCEPT_NO),
138 Integer.toString(EventInfo.REPLY_YES_OR_MAYBE),
139 Integer.toString(EventInfo.REPLY_YES),
167 public static CalendarInfo findCalendar(Context context, EventInfo event) {
227 private static String key(EventInfo event) {
232 return EventInfo.resolveUserId(userId) + ":" + (calendar == null ? "" : calendar);
H A DZenRuleSelectionDialog.java146 final ZenModeConfig.EventInfo event = new ZenModeConfig.EventInfo();
148 event.reply = ZenModeConfig.EventInfo.REPLY_ANY_EXCEPT_NO;
/packages/apps/Calendar/tests/src/com/android/calendar/widget/
H A DCalendarAppWidgetServiceTest.java20 import com.android.calendar.widget.CalendarAppWidgetModel.EventInfo;
109 EventInfo eventInfo = new EventInfo();
136 EventInfo eventInfo = new EventInfo();
158 eventInfo = new EventInfo();
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
H A DAlarmSchedulerTest.java52 private ArrayList<EventInfo> mEvents = new ArrayList<EventInfo>();
59 private static class EventInfo { class in class:AlarmSchedulerTest.MockProvider
65 public EventInfo(long eventId, boolean allDay, long begin, int reminderMinutes) { method in class:AlarmSchedulerTest.MockProvider.EventInfo
79 mEvents.add(new EventInfo(eventId, allDay, begin, reminderMinutes));
86 for (EventInfo event : mEvents) {
103 for (EventInfo event : mEvents) {
/packages/apps/Calendar/src/com/android/calendar/widget/
H A DCalendarAppWidgetModel.java45 * {@link EventInfo} instance, since a row in the widget might be either a
71 * {@link EventInfo} is a class that represents an event in the widget. It
75 static class EventInfo { class in class:CalendarAppWidgetModel
90 public EventInfo() { method in class:CalendarAppWidgetModel.EventInfo
99 builder.append("EventInfo [visibTitle=");
148 EventInfo other = (EventInfo) obj;
244 final List<EventInfo> mEventInfos;
257 mEventInfos = new ArrayList<EventInfo>(50);
354 private EventInfo populateEventInf
[all...]
H A DCalendarAppWidgetService.java45 import com.android.calendar.widget.CalendarAppWidgetModel.EventInfo;
241 final EventInfo eventInfo = mModel.mEventInfos.get(rowInfo.mIndex);
350 EventInfo eventInfo = mModel.mEventInfos.get(rowInfo.mIndex);
426 for (EventInfo event : model.mEventInfos) {
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java189 EventInfo eventInfo;
499 private class EventInfo { class in class:CalendarProvider2Test
516 public EventInfo(String title, String startDate, String endDate, method in class:CalendarProvider2Test.EventInfo
522 public EventInfo(String title, String startDate, String endDate, method in class:CalendarProvider2Test.EventInfo
550 public EventInfo(String title, String description, String startDate, String endDate, method in class:CalendarProvider2Test.EventInfo
556 public EventInfo(String title, String description, String startDate, String endDate, method in class:CalendarProvider2Test.EventInfo
593 public EventInfo(String originalTitle, String originalInstance, String title, method in class:CalendarProvider2Test.EventInfo
617 EventInfo mEvent;
638 private EventInfo[] mEvents = {
639 new EventInfo("normal
[all...]
/packages/apps/Calendar/src/com/android/calendar/
H A DSearchActivity.java44 import com.android.calendar.CalendarController.EventInfo;
187 private void showEventInfo(EventInfo event) {
220 EventInfo searchEventInfo = new EventInfo();
356 public void handleEvent(EventInfo event) {
H A DCalendarController.java146 public static class EventInfo { class in class:CalendarController
268 void handleEvent(EventInfo event);
322 // The current use of this method for VIEW_EVENT is by the day view to show an EventInfo
325 EventInfo.buildViewExtraLong(Attendees.ATTENDEE_STATUS_NONE, false),
368 EventInfo info = new EventInfo();
419 EventInfo info = new EventInfo();
432 public void sendEvent(Object sender, final EventInfo event) {
836 private String eventInfoToString(EventInfo eventInf
[all...]
H A DDayFragment.java19 import com.android.calendar.CalendarController.EventInfo;
265 public void handleEvent(EventInfo msg) {
H A DAllInOneActivity.java68 import com.android.calendar.CalendarController.EventInfo;
338 // Open EventInfo later
547 EventInfo.buildViewExtraLong(mIntentAttendeeResponse,mIntentAllDay),
642 EventInfo info = null;
664 info = new EventInfo();
998 private void setTitleInActionBar(EventInfo event) {
1088 public void handleEvent(EventInfo event) {
H A DEventInfoFragment.java96 import com.android.calendar.CalendarController.EventInfo;
2112 public void handleEvent(EventInfo event) {
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaFragment.java38 import com.android.calendar.CalendarController.EventInfo;
69 private EventInfo mOnAttachedInfo = null;
317 private void goTo(EventInfo event, boolean animate) {
365 public void handleEvent(EventInfo event) {
386 private void showEventInfo(EventInfo event, boolean allDay, boolean replaceFragment) {
H A DAgendaListView.java174 // Switch to the EventInfo view
202 startTime, endTime, 0, 0, CalendarController.EventInfo.buildViewExtraLong(
H A DAgendaWindowAdapter.java680 0, CalendarController.EventInfo.buildViewExtraLong(
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectVisibleCalendarsFragment.java35 import com.android.calendar.CalendarController.EventInfo;
185 public void handleEvent(EventInfo event) {
/packages/apps/Calendar/src/com/android/calendar/month/
H A DMonthByWeekFragment.java48 import com.android.calendar.CalendarController.EventInfo;
426 public void handleEvent(EventInfo event) {

Completed in 250 milliseconds