Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceSelectionOptions.java288 public boolean tcpDeviceRequested() { in tcpDeviceRequested() method in DeviceSelectionOptions
339 public void setTcpDeviceRequested(boolean tcpDeviceRequested) { in setTcpDeviceRequested() argument
340 mTcpDeviceRequested = tcpDeviceRequested; in setTcpDeviceRequested()
575 if (tcpDeviceRequested() != (TcpDevice.class.equals(device.getClass()))) { in checkDeviceTypeRequested()
DIDeviceSelection.java85 public boolean tcpDeviceRequested(); in tcpDeviceRequested() method
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxConfigDump.java159 || requirements.tcpDeviceRequested() in secureDeviceAllocation()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationFactoryTest.java1662 assertTrue(device1.getDeviceRequirements().tcpDeviceRequested()); in testCreateConfiguration_singleDeviceConfig_withFake()
1675 assertFalse(device2.getDeviceRequirements().tcpDeviceRequested()); in testCreateConfiguration_singleDeviceConfig_withFake()