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

Commit 649914a0 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: 185c54c9

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

Change-Id: I848bc411f919991eb795372b64023f951e310e6a
parents d959ea6f 185c54c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6296,8 +6296,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