Searched refs:outState (Results 1 - 25 of 41) sorted by relevance

12

/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZonePickerDialog.java81 public void onSaveInstanceState(Bundle outState) { argument
82 super.onSaveInstanceState(outState);
83 outState.putBoolean(KEY_HAS_RESULTS, mView != null && mView.hasResults());
85 outState.putInt(KEY_LAST_FILTER_TYPE, mView.getLastFilterType());
86 outState.putString(KEY_LAST_FILTER_STRING, mView.getLastFilterString());
87 outState.putInt(KEY_LAST_FILTER_TIME, mView.getLastFilterTime());
88 outState.putBoolean(KEY_HIDE_FILTER_SEARCH, mView.getHideFilterSearchOnStart());
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DTestedActivity.java48 protected void onSaveInstanceState(Bundle outState) argument
50 super.onSaveInstanceState(outState);
H A DSubActivityScreen.java152 protected void onSaveInstanceState(Bundle outState) { argument
153 super.onSaveInstanceState(outState);
H A DTestedScreen.java80 protected void onSaveInstanceState(Bundle outState) { argument
81 super.onSaveInstanceState(outState);
/frameworks/base/core/java/android/app/
H A DActivityGroup.java65 protected void onSaveInstanceState(Bundle outState) { argument
66 super.onSaveInstanceState(outState);
69 outState.putBundle(STATES_KEY, state);
H A DTabActivity.java111 protected void onSaveInstanceState(Bundle outState) { argument
112 super.onSaveInstanceState(outState);
115 outState.putString("currentTab", currentTabTag);
H A DDialogFragment.java495 public void onSaveInstanceState(Bundle outState) { argument
496 super.onSaveInstanceState(outState);
500 outState.putBundle(SAVED_DIALOG_STATE_TAG, dialogState);
504 outState.putInt(SAVED_STYLE, mStyle);
507 outState.putInt(SAVED_THEME, mTheme);
510 outState.putBoolean(SAVED_CANCELABLE, mCancelable);
513 outState.putBoolean(SAVED_SHOWS_DIALOG, mShowsDialog);
516 outState.putInt(SAVED_BACK_STACK_ID, mBackStackId);
H A DApplication.java60 void onActivitySaveInstanceState(Activity activity, Bundle outState); argument
231 /* package */ void dispatchActivitySaveInstanceState(Activity activity, Bundle outState) { argument
236 outState);
H A DNativeActivity.java220 protected void onSaveInstanceState(Bundle outState) { argument
221 super.onSaveInstanceState(outState);
224 outState.putByteArray(KEY_NATIVE_SAVED_STATE, state);
/frameworks/uiautomator/tests/CtsUiAutomatorTest/testapp/src/com/android/uiautomator/tests/cts/testapp/
H A DTestListFragment.java84 public void onSaveInstanceState(Bundle outState) { argument
85 super.onSaveInstanceState(outState);
87 outState.putInt(STATE_ACTIVATED_POSITION, mActivatedPosition);
/frameworks/support/v4/java/android/support/v4/app/
H A DDialogFragment.java390 public void onSaveInstanceState(Bundle outState) { argument
391 super.onSaveInstanceState(outState);
395 outState.putBundle(SAVED_DIALOG_STATE_TAG, dialogState);
399 outState.putInt(SAVED_STYLE, mStyle);
402 outState.putInt(SAVED_THEME, mTheme);
405 outState.putBoolean(SAVED_CANCELABLE, mCancelable);
408 outState.putBoolean(SAVED_SHOWS_DIALOG, mShowsDialog);
411 outState.putInt(SAVED_BACK_STACK_ID, mBackStackId);
/frameworks/opt/colorpicker/src/com/android/colorpicker/
H A DColorPickerDialog.java196 public void onSaveInstanceState(Bundle outState) { argument
197 super.onSaveInstanceState(outState);
198 outState.putIntArray(KEY_COLORS, mColors);
199 outState.putSerializable(KEY_SELECTED_COLOR, mSelectedColor);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DDatePickerDialog.java174 public void onSaveInstanceState(Bundle outState) { argument
175 super.onSaveInstanceState(outState);
176 outState.putInt(KEY_SELECTED_YEAR, mCalendar.get(Calendar.YEAR));
177 outState.putInt(KEY_SELECTED_MONTH, mCalendar.get(Calendar.MONTH));
178 outState.putInt(KEY_SELECTED_DAY, mCalendar.get(Calendar.DAY_OF_MONTH));
179 outState.putInt(KEY_WEEK_START, mWeekStart);
180 outState.putInt(KEY_YEAR_START, mMinYear);
181 outState.putInt(KEY_YEAR_END, mMaxYear);
182 outState.putInt(KEY_CURRENT_VIEW, mCurrentView);
188 outState
[all...]
/frameworks/base/core/java/android/accounts/
H A DChooseTypeAndAccountActivity.java263 protected void onSaveInstanceState(final Bundle outState) { argument
264 super.onSaveInstanceState(outState);
265 outState.putInt(KEY_INSTANCE_STATE_PENDING_REQUEST, mPendingRequest);
267 outState.putParcelableArray(KEY_INSTANCE_STATE_EXISTING_ACCOUNTS, mExistingAccounts);
271 outState.putBoolean(KEY_INSTANCE_STATE_SELECTED_ADD_ACCOUNT, true);
273 outState.putBoolean(KEY_INSTANCE_STATE_SELECTED_ADD_ACCOUNT, false);
274 outState.putString(KEY_INSTANCE_STATE_SELECTED_ACCOUNT_NAME,
278 outState.putParcelableArrayList(KEY_INSTANCE_STATE_ACCOUNT_LIST, mAccounts);
/frameworks/base/core/java/android/preference/
H A DPreferenceFragment.java215 public void onSaveInstanceState(Bundle outState) { argument
216 super.onSaveInstanceState(outState);
222 outState.putBundle(PREFERENCES_TAG, container);
/frameworks/base/packages/Keyguard/test/src/com/android/keyguard/test/
H A DKeyguardTestActivity.java156 protected void onSaveInstanceState(Bundle outState) { argument
157 super.onSaveInstanceState(outState);
158 outState.putInt(SECURITY_MODE, mSecurityMode);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuPresenter.java135 public void saveHierarchyState(Bundle outState) { argument
140 outState.putSparseParcelableArray(VIEWS_TAG, viewStates);
H A DListMenuPresenter.java182 public void saveHierarchyState(Bundle outState) { argument
187 outState.putSparseParcelableArray(VIEWS_TAG, viewStates);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsActivity.java206 protected void onSaveInstanceState(Bundle outState) { argument
207 outState.putBoolean(WAS_SHOWING, mRecentsPanel.isShowing());
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DTimePickerDialog.java374 public void onSaveInstanceState(Bundle outState) { argument
376 outState.putInt(KEY_HOUR_OF_DAY, mTimePicker.getHours());
377 outState.putInt(KEY_MINUTE, mTimePicker.getMinutes());
378 outState.putBoolean(KEY_IS_24_HOUR_VIEW, mIs24HourMode);
379 outState.putInt(KEY_CURRENT_ITEM_SHOWING, mTimePicker.getCurrentItemShowing());
380 outState.putBoolean(KEY_IN_KB_MODE, mInKbMode);
382 outState.putIntegerArrayList(KEY_TYPED_TIMES, mTypedTimes);
384 outState.putBoolean(KEY_DARK_THEME, mThemeDark);
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
H A DPhotoViewActivity.java324 public void onSaveInstanceState(Bundle outState) { argument
325 super.onSaveInstanceState(outState);
327 outState.putString(STATE_CURRENT_URI_KEY, mCurrentPhotoUri);
328 outState.putInt(STATE_CURRENT_INDEX_KEY, mCurrentPhotoIndex);
329 outState.putBoolean(STATE_FULLSCREEN_KEY, mFullScreen);
330 outState.putString(STATE_ACTIONBARTITLE_KEY, mActionBarTitle);
331 outState.putString(STATE_ACTIONBARSUBTITLE_KEY, mActionBarSubtitle);
332 outState.putBoolean(STATE_ENTERANIMATIONFINISHED_KEY, mEnterAnimationFinished);
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
H A DPhotoViewActivity.java323 public void onSaveInstanceState(Bundle outState) { argument
324 super.onSaveInstanceState(outState);
326 outState.putString(STATE_CURRENT_URI_KEY, mCurrentPhotoUri);
327 outState.putInt(STATE_CURRENT_INDEX_KEY, mCurrentPhotoIndex);
328 outState.putBoolean(STATE_FULLSCREEN_KEY, mFullScreen);
329 outState.putString(STATE_ACTIONBARTITLE_KEY, mActionBarTitle);
330 outState.putString(STATE_ACTIONBARSUBTITLE_KEY, mActionBarSubtitle);
331 outState.putBoolean(STATE_ENTERANIMATIONFINISHED_KEY, mEnterAnimationFinished);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DListMenuPresenter.java191 public void saveHierarchyState(Bundle outState) { argument
196 outState.putSparseParcelableArray(VIEWS_TAG, viewStates);
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DActivityTestMain.java304 protected void onSaveInstanceState(Bundle outState) { argument
305 super.onSaveInstanceState(outState);
307 outState.putParcelable(KEY_CONFIGURATION, mOverrideConfig);
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java329 public void onSaveInstanceState(Bundle outState) { argument
330 super.onSaveInstanceState(outState);
333 outState.putParcelable(STATE_INTENT_KEY, mIntent.getExtras());

Completed in 161 milliseconds

12