Merge "Extract test utilities for ConnectivityService" am: b7d270a73e
am: b374d3953c
Change-Id: Idfea637a9fd071c8fa62798bf8e3b9f241bc6348
This commit is contained in:
@@ -750,10 +750,10 @@ public class IpSecService extends IIpSecService.Stub {
|
||||
}
|
||||
}
|
||||
|
||||
// These values have been reserved in ConnectivityService
|
||||
// These values have been reserved in NetIdManager
|
||||
@VisibleForTesting static final int TUN_INTF_NETID_START = 0xFC00;
|
||||
|
||||
@VisibleForTesting static final int TUN_INTF_NETID_RANGE = 0x0400;
|
||||
public static final int TUN_INTF_NETID_RANGE = 0x0400;
|
||||
|
||||
private final SparseBooleanArray mTunnelNetIds = new SparseBooleanArray();
|
||||
private int mNextTunnelNetIdIndex = 0;
|
||||
|
||||
Reference in New Issue
Block a user