Searched refs:neededDevices (Results 1 – 3 of 3) sorted by relevance
418 && ((ITestSuite) test).getDirectModule().neededDevices() > 1) { in buildMultiDevicesShard()420 int neededDevices = ((ITestSuite) test).getDirectModule().neededDevices(); in buildMultiDevicesShard() local421 if (!neededDevicePerTest.containsKey(neededDevices)) { in buildMultiDevicesShard()422 neededDevicePerTest.put(neededDevices, new ArrayList<IRemoteTest>()); in buildMultiDevicesShard()424 List<IRemoteTest> multiDevicesTests = neededDevicePerTest.get(neededDevices); in buildMultiDevicesShard()
480 public int neededDevices() { in createShardedModule()
303 public int neededDevices() { in neededDevices() method in ModuleDefinition