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

Commit f5eb30e8 authored by Jack Yu's avatar Jack Yu Committed by android-build-merger
Browse files

Merge "Removed unnecessary data connection failed broadcasts"

am: 8d6a6425

Change-Id: I2c8fc375c6ad325ad221b8d0558469f9c1f6b1a6
parents 2d021290 8d6a6425
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1488,11 +1488,6 @@ public class DcTracker extends Handler {
            if (DBG) log("trySetupData: X retValue=" + retValue);
            return retValue;
        } else {
            if (!apnContext.getApnType().equals(PhoneConstants.APN_TYPE_DEFAULT)
                    && apnContext.isConnectable()) {
                mPhone.notifyDataConnectionFailed(apnContext.getApnType());
            }

            StringBuilder str = new StringBuilder();

            str.append("trySetupData failed. apnContext = [type=" + apnContext.getApnType()