Searched refs:phoneInEcm (Results 1 – 2 of 2) sorted by relevance
77 Phone phoneInEcm = PhoneGlobals.getInstance().getPhoneInEcm(); in onCreate() local79 if (phoneInEcm == null || ((phoneInEcm.getPhoneType() != PhoneConstants.PHONE_TYPE_CDMA) in onCreate()80 && (phoneInEcm.getImsPhone() == null))) { in onCreate()81 Log.e(LOG_TAG, "Error! Emergency Callback Mode not supported for " + phoneInEcm); in onCreate()95 mPhone = phoneInEcm; in onCreate()
158 private Phone phoneInEcm; field in PhoneGlobals683 phoneInEcm = PhoneFactory.getPhone(phoneId); in onReceive()685 if (phoneInEcm != null) { in onReceive()686 if (TelephonyCapabilities.supportsEcm(phoneInEcm)) { in onReceive()694 phoneInEcm = null; in onReceive()700 + "ECM isn't supported for phone: " + phoneInEcm.getPhoneName()); in onReceive()701 phoneInEcm = null; in onReceive()881 return phoneInEcm; in getPhoneInEcm()