Searched refs:phoneInEcm (Results 1 – 3 of 3) 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()
172 private Phone phoneInEcm; field in PhoneGlobals965 phoneInEcm = PhoneFactory.getPhone(phoneId); in onReceive()967 if (phoneInEcm != null) { in onReceive()968 if (TelephonyCapabilities.supportsEcm(phoneInEcm)) { in onReceive()976 phoneInEcm = null; in onReceive()982 + "ECM isn't supported for phone: " + phoneInEcm.getPhoneName()); in onReceive()983 phoneInEcm = null; in onReceive()1387 return phoneInEcm; in getPhoneInEcm()
3585 Phone phoneInEcm = getPhoneInEmergencyCallbackMode(); in getPhoneForAccount() local3586 if (phoneInEcm != null) { in getPhoneForAccount()3588 phoneInEcm.getPhoneId(), phoneInEcm.getSubId()); in getPhoneForAccount()3589 return phoneInEcm; in getPhoneForAccount()