Home | History | Annotate | Download | only in phone

Lines Matching refs:phoneInEcm

136     private Phone phoneInEcm;
769 phoneInEcm = getPhone(phoneId);
771 if (phoneInEcm != null) {
772 if (TelephonyCapabilities.supportsEcm(phoneInEcm)) {
779 phoneInEcm = null;
785 + "ECM isn't supported for phone: " + phoneInEcm.getPhoneName());
786 phoneInEcm = null;
789 Log.w(LOG_TAG, "phoneInEcm is null.");
833 return phoneInEcm;