Lines Matching refs:mPhone
79 private Phone mPhone = null; field in EmergencyCallbackModeExitDialog
86 mPhone = PhoneGlobals.getInstance().getPhoneInEcm(); in onCreate()
88 if (mPhone == null || !mPhone.isInEcm()) { in onCreate()
89 Log.i(TAG, "ECMModeExitDialog launched - isInEcm: false" + " phone:" + mPhone); in onCreate()
93 Log.i(TAG, "ECMModeExitDialog launched - isInEcm: true" + " phone:" + mPhone); in onCreate()
104 mPhone.registerForEcmTimerReset(mTimerResetHandler, ECM_TIMER_RESET, null); in onCreate()
133 if (mPhone != null) { in onDestroy()
134 mPhone.unregisterForEcmTimerReset(mHandler); in onDestroy()
257 mPhone.exitEmergencyCallbackMode(); in onCreateDialog()
321 boolean shouldRestrictData = mPhone.getImsPhone() != null in getDialogText()
322 && mPhone.getImsPhone().isInImsEcm(); in getDialogText()