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

Commit 0122f21d authored by Jack Yu's avatar Jack Yu Committed by Automerger Merge Worker
Browse files

Merge "After data unthrottled try to setup data again" into sc-dev am: 439551bb

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/14330100

Change-Id: Iabc0ea1b4b8150a599ff553899046a44d71eea27
parents c1c84877 439551bb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2526,6 +2526,9 @@ public class DcTracker extends Handler {
                @ApnType int apnTypes = ac.getApnTypeBitmask();
                mDataThrottler.setRetryTime(apnTypes, RetryManager.NO_SUGGESTED_RETRY_DELAY,
                        REQUEST_TYPE_NORMAL);
                // After data unthrottled, we should see if it's possible to bring up the data
                // again.
                trySetupData(ac, REQUEST_TYPE_NORMAL, null);
            } else {
                loge("EVENT_APN_UNTHROTTLED: Invalid APN passed: " + apn);
            }