Loading src/java/com/android/internal/telephony/cdma/CdmaLteServiceStateTracker.java +2 −6 Original line number Diff line number Diff line Loading @@ -515,13 +515,9 @@ public class CdmaLteServiceStateTracker extends CdmaServiceStateTracker { @Override public boolean isConcurrentVoiceAndDataAllowed() { // For non-LTE, look at the CSS indicator to check on Concurrent V & D capability if (mSS.getRilDataRadioTechnology() == ServiceState.RIL_RADIO_TECHNOLOGY_LTE) { return true; } else { // Using the Conncurrent Service Supported flag for CdmaLte devices. return mSS.getCssIndicator() == 1; } } /** * Check whether the specified SID and NID pair appears in the HOME SID/NID list Loading Loading
src/java/com/android/internal/telephony/cdma/CdmaLteServiceStateTracker.java +2 −6 Original line number Diff line number Diff line Loading @@ -515,13 +515,9 @@ public class CdmaLteServiceStateTracker extends CdmaServiceStateTracker { @Override public boolean isConcurrentVoiceAndDataAllowed() { // For non-LTE, look at the CSS indicator to check on Concurrent V & D capability if (mSS.getRilDataRadioTechnology() == ServiceState.RIL_RADIO_TECHNOLOGY_LTE) { return true; } else { // Using the Conncurrent Service Supported flag for CdmaLte devices. return mSS.getCssIndicator() == 1; } } /** * Check whether the specified SID and NID pair appears in the HOME SID/NID list Loading