Home
last modified time | relevance | path

Searched refs:mIcicle (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DGsmUmtsCallBarringOptions.java112 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()
[all …]
DCdmaCallForwardOptions.java63 private Bundle mIcicle; field in CdmaCallForwardOptions
139 mIcicle = icicle; in onCreate()
153 if (mIcicle == null) { in onResume()
163 Bundle bundle = mIcicle.getParcelable(pref.getKey()); in onResume()
174 mIcicle = null; in onResume()
DGsmUmtsCallForwardOptions.java48 private Bundle mIcicle; field in GsmUmtsCallForwardOptions
121 mIcicle = icicle; in onCreate()
144 if (mIcicle == null) { in onResume()
154 Bundle bundle = mIcicle.getParcelable(pref.getKey()); in onResume()
165 mIcicle = null; in onResume()