Searched refs:nullDeviceRequested (Results 1 – 4 of 4) sorted by relevance
1068 .getDeviceRequirements().nullDeviceRequested()); in testCreateConfigurationFromArgs_multidevice_applyCommandLine()1081 .getDeviceRequirements().nullDeviceRequested()); in testCreateConfigurationFromArgs_multidevice_applyCommandLine()1094 .getDeviceRequirements().nullDeviceRequested()); in testCreateConfigurationFromArgs_multidevice_applyCommandLine()1126 .nullDeviceRequested()); in testCreateConfigurationFromArgs_multidevice_singletag()1140 .nullDeviceRequested()); in testCreateConfigurationFromArgs_multidevice_singletag()1151 .nullDeviceRequested()); in testCreateConfigurationFromArgs_multidevice_singletag()1715 assertFalse(device1.getDeviceRequirements().nullDeviceRequested()); in testCreateConfiguration_singleDeviceConfig_withFake()1728 assertTrue(device2.getDeviceRequirements().nullDeviceRequested()); in testCreateConfiguration_singleDeviceConfig_withFake()
281 public boolean nullDeviceRequested() { in nullDeviceRequested() method in DeviceSelectionOptions338 public void setNullDeviceRequested(boolean nullDeviceRequested) { in setNullDeviceRequested() argument339 mNullDeviceRequested = nullDeviceRequested; in setNullDeviceRequested()578 if (nullDeviceRequested() != (device instanceof NullDevice)) { in checkDeviceTypeRequested()
82 public boolean nullDeviceRequested(); in nullDeviceRequested() method
174 if (requirements.nullDeviceRequested() in secureDeviceAllocation()