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.java290 public boolean tcpDeviceRequested() { in tcpDeviceRequested() method in DeviceSelectionOptions
345 public void setTcpDeviceRequested(boolean tcpDeviceRequested) { in setTcpDeviceRequested() argument
346 mTcpDeviceRequested = tcpDeviceRequested; in setTcpDeviceRequested()
581 if (tcpDeviceRequested() != TcpDevice.class.equals(device.getClass())) { in checkDeviceTypeRequested()
DIDeviceSelection.java85 public boolean tcpDeviceRequested(); in tcpDeviceRequested() method
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationFactoryTest.java1714 assertTrue(device1.getDeviceRequirements().tcpDeviceRequested()); in testCreateConfiguration_singleDeviceConfig_withFake()
1727 assertFalse(device2.getDeviceRequirements().tcpDeviceRequested()); in testCreateConfiguration_singleDeviceConfig_withFake()
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxConfigDump.java175 || requirements.tcpDeviceRequested() in secureDeviceAllocation()