Home
last modified time | relevance | path

Searched refs:mKnownTcpDeviceIpPool (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/global_configuration/com/android/tradefed/host/
DHostOptions.java85 private Set<String> mKnownTcpDeviceIpPool = new HashSet<>(); field in HostOptions
156 return new HashSet<>(mKnownTcpDeviceIpPool); in getKnownTcpDeviceIpPool()