Searched defs:reservedDevices (Results 1 – 2 of 2) sorted by relevance
1330 List<ITestDevice> reservedDevices = Arrays.asList(mock(ITestDevice.class)); in testExecCommand_reservedDevice() local1374 List<ITestDevice> reservedDevices = in testExecCommand_reservedAndNullDevices() local1430 List<ITestDevice> reservedDevices = in testExecCommand_reservedTooManyDevices() local1483 List<ITestDevice> reservedDevices = Arrays.asList(mock(ITestDevice.class)); in testExecCommand_reservedTooFewDevices() local
1801 IScheduledInvocationListener listener, List<ITestDevice> reservedDevices, String[] args) in execCommand()1831 List<ITestDevice> reservedDevices, in execCommand()1911 List<IDeviceConfiguration> deviceConfig, List<ITestDevice> reservedDevices) { in getAllocatedDevices()