Lines Matching refs:mIcicle
112 private Bundle mIcicle; field in GsmUmtsCallBarringOptions
434 mIcicle = icicle; in onCreate()
442 if (mIcicle != null && !mIcicle.getBoolean(SAVED_BEFORE_LOAD_COMPLETED_KEY)) { in onCreate()
449 Bundle bundle = mIcicle.getParcelable(pref.getKey()); in onCreate()
456 mPwChangeState = mIcicle.getInt(PW_CHANGE_STATE_KEY); in onCreate()
457 mOldPassword = mIcicle.getString(OLD_PW_KEY); in onCreate()
458 mNewPassword = mIcicle.getString(NEW_PW_KEY); in onCreate()
459 displayPwChangeDialog(mIcicle.getInt(DIALOG_MESSAGE_KEY, mPwChangeDialogStrId), false); in onCreate()
460 mButtonChangePW.setText(mIcicle.getString(DIALOG_PW_ENTRY_KEY)); in onCreate()
469 if (mIcicle == null || mIcicle.getBoolean(SAVED_BEFORE_LOAD_COMPLETED_KEY)) { in onResume()
481 mIcicle = null; in onResume()