Searched defs:phoneInEcm (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DPhoneGlobals.java139 private Phone phoneInEcm; field in class:PhoneGlobals
723 phoneInEcm = getPhone(phoneId);
725 if (phoneInEcm != null) {
726 if (TelephonyCapabilities.supportsEcm(phoneInEcm)) {
733 phoneInEcm = null;
739 + "ECM isn't supported for phone: " + phoneInEcm.getPhoneName());
740 phoneInEcm = null;
743 Log.w(LOG_TAG, "phoneInEcm is null.");
787 return phoneInEcm;

Completed in 22 milliseconds