Home | History | Annotate | Download | only in calendar

Lines Matching refs:EventInfoFragment

47     private EventInfoFragment mInfoFragment;
80 mEventId = icicle.getLong(EventInfoFragment.BUNDLE_KEY_EVENT_ID);
81 mStartMillis = icicle.getLong(EventInfoFragment.BUNDLE_KEY_START_MILLIS);
82 mEndMillis = icicle.getLong(EventInfoFragment.BUNDLE_KEY_END_MILLIS);
83 attendeeResponse = icicle.getInt(EventInfoFragment.BUNDLE_KEY_ATTENDEE_RESPONSE);
84 isDialog = icicle.getBoolean(EventInfoFragment.BUNDLE_KEY_IS_DIALOG);
141 mInfoFragment = (EventInfoFragment)
155 mInfoFragment = new EventInfoFragment(this, mEventId, mStartMillis, mEndMillis,
157 EventInfoFragment.DIALOG_WINDOW_STYLE :
158 EventInfoFragment.FULL_WINDOW_STYLE),