Home
last modified time | relevance | path

Searched refs:nullDeviceRequested (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DIDeviceSelection.java78 public boolean nullDeviceRequested(); in nullDeviceRequested() method
DDeviceSelectionOptions.java225 public boolean nullDeviceRequested() { in nullDeviceRequested() method in DeviceSelectionOptions
257 public void setNullDeviceRequested(boolean nullDeviceRequested) { in setNullDeviceRequested() argument
258 mNullDeviceRequested = nullDeviceRequested; in setNullDeviceRequested()
403 if (nullDeviceRequested() != (device instanceof NullDevice)) { in matches()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationFactoryTest.java1008 .getDeviceRequirements().nullDeviceRequested()); in testCreateConfigurationFromArgs_multidevice_applyCommandLine()
1021 .getDeviceRequirements().nullDeviceRequested()); in testCreateConfigurationFromArgs_multidevice_applyCommandLine()
1034 .getDeviceRequirements().nullDeviceRequested()); in testCreateConfigurationFromArgs_multidevice_applyCommandLine()
1066 .nullDeviceRequested()); in testCreateConfigurationFromArgs_multidevice_singletag()
1080 .nullDeviceRequested()); in testCreateConfigurationFromArgs_multidevice_singletag()
1091 .nullDeviceRequested()); in testCreateConfigurationFromArgs_multidevice_singletag()