Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7edea181 authored by Wink Saville's avatar Wink Saville Committed by Android (Google) Code Review
Browse files

Merge "In Cdma Lte SST use CssIndicator for concurrent Voice & Data." into klp-dev

parents c4dc2a98 1785c21b
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -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