Home
last modified time | relevance | path

Searched refs:phoneInEcm (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DEmergencyCallbackModeService.java76 Phone phoneInEcm = PhoneGlobals.getInstance().getPhoneInEcm(); in onCreate() local
78 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()
DPhoneGlobals.java147 private Phone phoneInEcm; field in PhoneGlobals
626 phoneInEcm = PhoneFactory.getPhone(phoneId); in onReceive()
628 if (phoneInEcm != null) { in onReceive()
629 if (TelephonyCapabilities.supportsEcm(phoneInEcm)) { in onReceive()
636 phoneInEcm = null; in onReceive()
642 + "ECM isn't supported for phone: " + phoneInEcm.getPhoneName()); in onReceive()
643 phoneInEcm = null; in onReceive()
759 return phoneInEcm; in getPhoneInEcm()