Merge "Extract test utilities for ConnectivityService"
am: b7d270a73e Change-Id: I0ac2a480f961bb6fd1d83dedad6a7942ee03858f
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