Loading telephony/java/com/android/internal/telephony/cdma/CdmaLteServiceStateTracker.java +1 −2 Original line number Diff line number Diff line Loading @@ -484,8 +484,7 @@ public class CdmaLteServiceStateTracker extends CdmaServiceStateTracker { // Note: it needs to be confirmed which CDMA network types // can support voice and data calls concurrently. // For the time-being, the return value will be false. // return (networkType >= ServiceState.RADIO_TECHNOLOGY_LTE); return false; return (networkType == ServiceState.RADIO_TECHNOLOGY_LTE); } /** Loading Loading
telephony/java/com/android/internal/telephony/cdma/CdmaLteServiceStateTracker.java +1 −2 Original line number Diff line number Diff line Loading @@ -484,8 +484,7 @@ public class CdmaLteServiceStateTracker extends CdmaServiceStateTracker { // Note: it needs to be confirmed which CDMA network types // can support voice and data calls concurrently. // For the time-being, the return value will be false. // return (networkType >= ServiceState.RADIO_TECHNOLOGY_LTE); return false; return (networkType == ServiceState.RADIO_TECHNOLOGY_LTE); } /** Loading