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

/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventFragment.java118 private EventBundle mEventBundle; field in class:EditEventFragment
482 } else if (mEventBundle != null) {
483 if (mEventBundle.id != -1) {
484 mModel.mId = mEventBundle.id;
485 mUri = ContentUris.withAppendedId(Events.CONTENT_URI, mEventBundle.id);
487 mBegin = mEventBundle.start;
488 mEnd = mEventBundle.end;
612 mEventBundle = (EventBundle) savedInstanceState.getSerializable(BUNDLE_KEY_EVENT);
938 if (mEventBundle == null && mEvent != null) {
939 mEventBundle
[all...]

Completed in 22 milliseconds