Searched refs:phoneInEcm (Results 1 – 2 of 2) sorted by relevance
76 Phone phoneInEcm = PhoneGlobals.getInstance().getPhoneInEcm(); in onCreate() local78 if (phoneInEcm == null || ((phoneInEcm.getPhoneType() != PhoneConstants.PHONE_TYPE_CDMA) in onCreate()79 && (phoneInEcm.getImsPhone() == null))) { in onCreate()80 Log.e(LOG_TAG, "Error! Emergency Callback Mode not supported for " + phoneInEcm); in onCreate()94 mPhone = phoneInEcm; in onCreate()
139 private Phone phoneInEcm; field in PhoneGlobals723 phoneInEcm = getPhone(phoneId); in onReceive()725 if (phoneInEcm != null) { in onReceive()726 if (TelephonyCapabilities.supportsEcm(phoneInEcm)) { in onReceive()733 phoneInEcm = null; in onReceive()739 + "ECM isn't supported for phone: " + phoneInEcm.getPhoneName()); in onReceive()740 phoneInEcm = null; in onReceive()787 return phoneInEcm; in getPhoneInEcm()