Home | History | Annotate | Download | only in calendar

Lines Matching full:outstate

1152     public void onSaveInstanceState(Bundle outState) {
1153 super.onSaveInstanceState(outState);
1154 outState.putLong(BUNDLE_KEY_EVENT_ID, mEventId);
1155 outState.putLong(BUNDLE_KEY_START_MILLIS, mStartMillis);
1156 outState.putLong(BUNDLE_KEY_END_MILLIS, mEndMillis);
1157 outState.putBoolean(BUNDLE_KEY_IS_DIALOG, mIsDialog);
1158 outState.putInt(BUNDLE_KEY_WINDOW_STYLE, mWindowStyle);
1159 outState.putBoolean(BUNDLE_KEY_DELETE_DIALOG_VISIBLE, mDeleteDialogVisible);
1160 outState.putInt(BUNDLE_KEY_CALENDAR_COLOR, mCalendarColor);
1161 outState.putBoolean(BUNDLE_KEY_CALENDAR_COLOR_INIT, mCalendarColorInitialized);
1162 outState.putInt(BUNDLE_KEY_ORIGINAL_COLOR, mOriginalColor);
1163 outState.putBoolean(BUNDLE_KEY_ORIGINAL_COLOR_INIT, mOriginalColorInitialized);
1164 outState.putInt(BUNDLE_KEY_CURRENT_COLOR, mCurrentColor);
1165 outState.putBoolean(BUNDLE_KEY_CURRENT_COLOR_INIT, mCurrentColorInitialized);
1166 outState.putInt(BUNDLE_KEY_CURRENT_COLOR_KEY, mCurrentColorKey);
1169 outState.putInt(BUNDLE_KEY_TENTATIVE_USER_RESPONSE, mTentativeUserSetResponse);
1172 outState.putInt(BUNDLE_KEY_RESPONSE_WHICH_EVENTS,
1183 outState.putInt(BUNDLE_KEY_ATTENDEE_RESPONSE, response);
1186 outState.putInt(BUNDLE_KEY_USER_SET_ATTENDEE_RESPONSE, response);
1187 outState.putInt(BUNDLE_KEY_RESPONSE_WHICH_EVENTS, mWhichEvents);
1202 outState.putIntegerArrayList(
1204 outState.putIntegerArrayList(