Loading src/java/com/android/internal/telephony/GsmCdmaPhone.java +5 −1 Original line number Diff line number Diff line Loading @@ -1392,7 +1392,11 @@ public class GsmCdmaPhone extends Phone { + ((imsPhone != null) ? imsPhone.getServiceState().getState() : "N/A")); } // Bypass WiFi Only WFC check if this is an emergency call - we should still try to // place over cellular if possible. if (!isEmergency) { Phone.checkWfcWifiOnlyModeBeforeDial(mImsPhone, mPhoneId, mContext); } if (imsPhone != null && !allowWpsOverIms && !useImsForCall && isWpsCall && imsPhone.getCallTracker() instanceof ImsPhoneCallTracker) { logi("WPS call placed over CS; disconnecting all IMS calls.."); Loading Loading
src/java/com/android/internal/telephony/GsmCdmaPhone.java +5 −1 Original line number Diff line number Diff line Loading @@ -1392,7 +1392,11 @@ public class GsmCdmaPhone extends Phone { + ((imsPhone != null) ? imsPhone.getServiceState().getState() : "N/A")); } // Bypass WiFi Only WFC check if this is an emergency call - we should still try to // place over cellular if possible. if (!isEmergency) { Phone.checkWfcWifiOnlyModeBeforeDial(mImsPhone, mPhoneId, mContext); } if (imsPhone != null && !allowWpsOverIms && !useImsForCall && isWpsCall && imsPhone.getCallTracker() instanceof ImsPhoneCallTracker) { logi("WPS call placed over CS; disconnecting all IMS calls.."); Loading