Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceSelectionOptions.java229 public boolean tcpDeviceRequested() { in tcpDeviceRequested() method in DeviceSelectionOptions
264 public void setTcpDeviceRequested(boolean tcpDeviceRequested) { in setTcpDeviceRequested() argument
265 mTcpDeviceRequested = tcpDeviceRequested; in setTcpDeviceRequested()
406 if (tcpDeviceRequested() != (TcpDevice.class.equals(device.getClass()))) { in matches()