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

Commit e28e80b4 authored by Sooraj Sasindran's avatar Sooraj Sasindran
Browse files

Remove unused net.tethering.noprovisioning

Remove unused net.tethering.noprovisioning property

Bug: 137202333
Test: Make
Merged-In: Ifb261683b2038146a286998dfb96044f07d4c35d
Change-Id: Ifb261683b2038146a286998dfb96044f07d4c35d
parent fd3f2c74
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>();