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

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

Merge "Removed unnecessary data connection failed broadcasts" am: 8d6a6425

am: f5eb30e8

Change-Id: I99e0cfb85cf0f8065371d9856e46fc710fe89d05
parents 93b1d54c f5eb30e8
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()