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

Commit 52beebe5 authored by Sooraj Sasindran's avatar Sooraj Sasindran Committed by android-build-merger
Browse files

Merge "Remove unused net.tethering.noprovisioning"

am: 00b815b3

Change-Id: I20b576d299b972892e2bfb94704c9e973b04828e
parents 2eac11d2 00b815b3
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -68,7 +68,6 @@ import android.telephony.AccessNetworkConstants;
import android.telephony.AccessNetworkConstants.TransportType;
import android.telephony.Annotation.ApnType;
import android.telephony.Annotation.DataFailureCause;
import android.telephony.Annotation.NetworkType;
import android.telephony.Annotation.RilRadioTechnology;
import android.telephony.CarrierConfigManager;
import android.telephony.CellLocation;
@@ -1724,10 +1723,6 @@ public class DcTracker extends Handler {
     */
    @VisibleForTesting
    public @NonNull ArrayList<ApnSetting> fetchDunApns() {
        if (SystemProperties.getBoolean("net.tethering.noprovisioning", false)) {
            log("fetchDunApns: net.tethering.noprovisioning=true ret: empty list");
            return new ArrayList<ApnSetting>(0);
        }
        int bearer = getDataRat();
        ArrayList<ApnSetting> dunCandidates = new ArrayList<ApnSetting>();
        ArrayList<ApnSetting> retDunSettings = new ArrayList<ApnSetting>();