Searched refs:MAX_NET_ID (Results 1 – 5 of 5) sorted by relevance
35 public static final int MAX_NET_ID = ConnectivityManager.getIpSecNetIdRange().getLower() - 1; field in NetIdManager46 this(MAX_NET_ID); in NetIdManager()
5542 int id = NetIdManager.MAX_NET_ID + 1 + (networkType - ConnectivityManager.TYPE_NONE); in setProvisioningNotificationVisible()
35 private val nextId = AtomicInteger(MAX_NET_ID)
57 const unsigned MAX_NET_ID = 65535; variable384 if (!((MIN_NET_ID <= netId && netId <= MAX_NET_ID) || in createPhysicalNetworkLocked()443 if (!(MIN_NET_ID <= netId && netId <= MAX_NET_ID)) { in createVirtualNetwork()
500 private final static int MAX_NET_ID = 65535; field in ConnectivityService885 if (++mNextNetId > MAX_NET_ID) mNextNetId = MIN_NET_ID; in nextNetId()