Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDeviceSelectionOptionsTest.java110 options.setNullDeviceRequested(true); in testGetSerials_envVariable_nullDevice()
324 mDeviceSelection.setNullDeviceRequested(true);
340 mDeviceSelection.setNullDeviceRequested(true);
DMockDeviceManager.java203 ((DeviceSelectionOptions) options).setNullDeviceRequested(true); in allocateDevice()
DDeviceManagerTest.java297 mDeviceSelections.setNullDeviceRequested(true); in testAllocateDevice_match_temporary()
321 validation.setNullDeviceRequested(true); in testAllocateDevice_match_temporary()
409 mDeviceSelections.setNullDeviceRequested(true); in testAllocateDevice_nullDevice()
/tools/tradefederation/core/src/com/android/tradefed/config/
DDeviceConfigurationHolder.java245 select.setNullDeviceRequested(true); in getDeviceRequirements()
/tools/tradefederation/core/src/com/android/tradefed/service/management/
DDeviceManagementGrpcServer.java200 selection.setNullDeviceRequested(true); in reserveDevice()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceSelectionOptions.java347 public void setNullDeviceRequested(boolean nullDeviceRequested) { in setNullDeviceRequested() method in DeviceSelectionOptions
/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerTest.java1197 options.setNullDeviceRequested(true); in createNullDeviceConfig()