Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DIDeviceSelection.java99 public boolean gceDeviceRequested(); in gceDeviceRequested() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceSelectionOptions.java304 public boolean gceDeviceRequested() { in gceDeviceRequested() method in DeviceSelectionOptions
311 public void setGceDeviceRequested(boolean gceDeviceRequested) { in setGceDeviceRequested() argument
312 mGceDeviceRequested = gceDeviceRequested; in setGceDeviceRequested()
658 if (gceDeviceRequested() != RemoteAvdIDevice.class.equals(device.getClass())) { in checkDeviceTypeRequested()
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxConfigDump.java237 || requirements.gceDeviceRequested()) { in secureDeviceAllocation()
DTradefedSandbox.java157 if (deviceConfig.getDeviceRequirements().gceDeviceRequested()) { in run()
/tools/tradefederation/core/javatests/com/android/tradefed/config/
DConfigurationFactoryTest.java1757 assertTrue(device1.getDeviceRequirements().gceDeviceRequested()); in testCreateConfiguration_singleDeviceConfig_withFake()
1770 assertFalse(device2.getDeviceRequirements().gceDeviceRequested()); in testCreateConfiguration_singleDeviceConfig_withFake()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java658 if (!deviceConfig.getDeviceRequirements().gceDeviceRequested()) { in runDevicePreInvocationSetup()