Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceSelectionOptionsTest.java92 options.setNullDeviceRequested(true); in testGetSerials_envVariable_nullDevice()
287 options.setNullDeviceRequested(true);
306 options.setNullDeviceRequested(true);
DMockDeviceManager.java253 ((DeviceSelectionOptions) options).setNullDeviceRequested(true); in allocateDevice()
DDeviceManagerTest.java371 options.setNullDeviceRequested(true); in testAllocateDevice_nullDevice()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceSelectionOptions.java257 public void setNullDeviceRequested(boolean nullDeviceRequested) { in setNullDeviceRequested() method in DeviceSelectionOptions