Home
last modified time | relevance | path

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

/tools/tradefederation/core/global_configuration/com/android/tradefed/host/
DIHostOptions.java69 Set<String> getKnownTcpDeviceIpPool(); in getKnownTcpDeviceIpPool() method
DHostOptions.java155 public Set<String> getKnownTcpDeviceIpPool() { in getKnownTcpDeviceIpPool() method in HostOptions
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java528 for (String ip : getGlobalConfig().getHostOptions().getKnownTcpDeviceIpPool()) { in addNetworkDevices()