Searched defs:EventBundle (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventFragment.java118 private EventBundle mEventBundle;
612 mEventBundle = (EventBundle) savedInstanceState.getSerializable(BUNDLE_KEY_EVENT);
939 mEventBundle = new EventBundle();
976 private static class EventBundle implements Serializable { class in class:EditEventFragment

Completed in 1303 milliseconds