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

Commit 9a7b5ade authored by James Mattis's avatar James Mattis Committed by Automerger Merge Worker
Browse files

Merge "Change the const for the unreachable network" am: 07ff79a5 am:...

Merge "Change the const for the unreachable network" am: 07ff79a5 am: 185c54c9 am: 649914a0 am: 69dd9831

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1653190

Change-Id: I2177936a5392b5b22eb0c3fbc5306ec626966da0
parents 582ded91 69dd9831
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6326,8 +6326,8 @@ public class ConnectivityService extends IConnectivityManager.Stub
    // Request used to optionally keep vehicle internal network always active
    private final NetworkRequest mDefaultVehicleRequest;

    // TODO replace with INetd.DUMMY_NET_ID when available.
    private static final int NO_SERVICE_NET_ID = 51;
    // TODO replace with INetd.UNREACHABLE_NET_ID when available.
    private static final int NO_SERVICE_NET_ID = 52;
    // Sentinel NAI used to direct apps with default networks that should have no connectivity to a
    // network with no service. This NAI should never be matched against, nor should any public API
    // ever return the associated network. For this reason, this NAI is not in the list of available