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.java77 Phone phoneInEcm = PhoneGlobals.getInstance().getPhoneInEcm(); in onCreate() local
79 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()
DPhoneGlobals.java158 private Phone phoneInEcm; field in PhoneGlobals
683 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()