Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceSelectionOptionsTest.java103 options.setNullDeviceRequested(true); in testGetSerials_envVariable_nullDevice()
326 mDeviceSelection.setNullDeviceRequested(true);
343 mDeviceSelection.setNullDeviceRequested(true);
DDeviceManagerTest.java338 mDeviceSelections.setNullDeviceRequested(true); in testAllocateDevice_match_temporary()
365 validation.setNullDeviceRequested(true); in testAllocateDevice_match_temporary()
455 mDeviceSelections.setNullDeviceRequested(true); in testAllocateDevice_nullDevice()
DMockDeviceManager.java259 ((DeviceSelectionOptions) options).setNullDeviceRequested(true); in allocateDevice()
/tools/tradefederation/core/src/com/android/tradefed/config/
DDeviceConfigurationHolder.java196 select.setNullDeviceRequested(true); in getDeviceRequirements()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceSelectionOptions.java338 public void setNullDeviceRequested(boolean nullDeviceRequested) { in setNullDeviceRequested() method in DeviceSelectionOptions