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
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()
[all …]
DCdmaCallForwardOptions.java66 private Bundle mIcicle; field in CdmaCallForwardOptions
142 mIcicle = icicle; in onCreate()
156 if (mIcicle == null) { in onResume()
166 Bundle bundle = mIcicle.getParcelable(pref.getKey()); in onResume()
177 mIcicle = null; in onResume()
DGsmUmtsCallForwardOptions.java51 private Bundle mIcicle; field in GsmUmtsCallForwardOptions
124 mIcicle = icicle; in onCreate()
147 if (mIcicle == null) { in onResume()
157 Bundle bundle = mIcicle.getParcelable(pref.getKey()); in onResume()
168 mIcicle = null; in onResume()