Home
last modified time | relevance | path

Searched refs:phoneInEcm (Results 1 – 3 of 3) 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.java172 private Phone phoneInEcm; field in PhoneGlobals
965 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()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java3585 Phone phoneInEcm = getPhoneInEmergencyCallbackMode(); in getPhoneForAccount() local
3586 if (phoneInEcm != null) { in getPhoneForAccount()
3588 phoneInEcm.getPhoneId(), phoneInEcm.getSubId()); in getPhoneForAccount()
3589 return phoneInEcm; in getPhoneForAccount()