Loading src/java/com/android/internal/telephony/dataconnection/DcTracker.java +7 −0 Original line number Diff line number Diff line Loading @@ -568,6 +568,13 @@ public final class DcTracker extends DcTrackerBase { if(!isNetworkRequestForInternet(n)) { SubscriptionController subController = SubscriptionController.getInstance(); subController.stopOnDemandDataSubscriptionRequest(n); } else { // Internet requests are not queued in DDS list. So deactivate here explicitly. ApnContext apnContext = apnContextForNetworkRequest(n); if (apnContext != null) { log("Deactivating APN=" + apnContext); apnContext.decRefCount(); } } } Loading Loading
src/java/com/android/internal/telephony/dataconnection/DcTracker.java +7 −0 Original line number Diff line number Diff line Loading @@ -568,6 +568,13 @@ public final class DcTracker extends DcTrackerBase { if(!isNetworkRequestForInternet(n)) { SubscriptionController subController = SubscriptionController.getInstance(); subController.stopOnDemandDataSubscriptionRequest(n); } else { // Internet requests are not queued in DDS list. So deactivate here explicitly. ApnContext apnContext = apnContextForNetworkRequest(n); if (apnContext != null) { log("Deactivating APN=" + apnContext); apnContext.decRefCount(); } } } Loading