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

Commit a72f9451 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android (Google) Code Review
Browse files

Merge "Use the same logic in isDataPossible as GSM." into jb-mr1-dev

parents aa810543 abd59738
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -261,7 +261,7 @@ public final class CdmaDataConnectionTracker extends DataConnectionTracker {
    @Override
    protected boolean isDataPossible(String apnType) {
        boolean possible = isDataAllowed() && !(getAnyDataEnabled() &&
                (mState == DctConstants.State.FAILED || mState == DctConstants.State.IDLE));
                mState == DctConstants.State.FAILED);
        if (!possible && DBG && isDataAllowed()) {
            log("Data not possible.  No coverage: dataState = " + mState);
        }