Searched refs:nullDeviceRequested (Results 1 – 4 of 4) sorted by relevance
279 public boolean nullDeviceRequested() { in nullDeviceRequested() method in DeviceSelectionOptions332 public void setNullDeviceRequested(boolean nullDeviceRequested) { in setNullDeviceRequested() argument333 mNullDeviceRequested = nullDeviceRequested; in setNullDeviceRequested()572 if (nullDeviceRequested() != (device instanceof NullDevice)) { in checkDeviceTypeRequested()
82 public boolean nullDeviceRequested(); in nullDeviceRequested() method
1020 .getDeviceRequirements().nullDeviceRequested()); in testCreateConfigurationFromArgs_multidevice_applyCommandLine()1033 .getDeviceRequirements().nullDeviceRequested()); in testCreateConfigurationFromArgs_multidevice_applyCommandLine()1046 .getDeviceRequirements().nullDeviceRequested()); in testCreateConfigurationFromArgs_multidevice_applyCommandLine()1078 .nullDeviceRequested()); in testCreateConfigurationFromArgs_multidevice_singletag()1092 .nullDeviceRequested()); in testCreateConfigurationFromArgs_multidevice_singletag()1103 .nullDeviceRequested()); in testCreateConfigurationFromArgs_multidevice_singletag()1663 assertFalse(device1.getDeviceRequirements().nullDeviceRequested()); in testCreateConfiguration_singleDeviceConfig_withFake()1676 assertTrue(device2.getDeviceRequirements().nullDeviceRequested()); in testCreateConfiguration_singleDeviceConfig_withFake()
158 if (requirements.nullDeviceRequested() in secureDeviceAllocation()