Lines Matching refs:mIcicle
112 private Bundle mIcicle; field in GsmUmtsCallBarringOptions
439 mIcicle = icicle; in onCreate()
447 if (mIcicle != null && !mIcicle.getBoolean(SAVED_BEFORE_LOAD_COMPLETED_KEY)) { in onCreate()
454 Bundle bundle = mIcicle.getParcelable(pref.getKey()); in onCreate()
461 mPwChangeState = mIcicle.getInt(PW_CHANGE_STATE_KEY); in onCreate()
462 mOldPassword = mIcicle.getString(OLD_PW_KEY); in onCreate()
463 mNewPassword = mIcicle.getString(NEW_PW_KEY); in onCreate()
464 displayPwChangeDialog(mIcicle.getInt(DIALOG_MESSAGE_KEY, mPwChangeDialogStrId), false); in onCreate()
465 mButtonChangePW.setText(mIcicle.getString(DIALOG_PW_ENTRY_KEY)); in onCreate()
474 if (mIcicle == null || mIcicle.getBoolean(SAVED_BEFORE_LOAD_COMPLETED_KEY)) { in onResume()
486 mIcicle = null; in onResume()