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.java165 private Phone phoneInEcm; field in PhoneGlobals
764 phoneInEcm = PhoneFactory.getPhone(phoneId); in onReceive()
766 if (phoneInEcm != null) { in onReceive()
767 if (TelephonyCapabilities.supportsEcm(phoneInEcm)) { in onReceive()
775 phoneInEcm = null; in onReceive()
781 + "ECM isn't supported for phone: " + phoneInEcm.getPhoneName()); in onReceive()
782 phoneInEcm = null; in onReceive()
968 return phoneInEcm; in getPhoneInEcm()