Home
last modified time | relevance | path

Searched defs:reservedDevices (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerTest.java1330 List<ITestDevice> reservedDevices = Arrays.asList(mock(ITestDevice.class)); in testExecCommand_reservedDevice() local
1374 List<ITestDevice> reservedDevices = in testExecCommand_reservedAndNullDevices() local
1430 List<ITestDevice> reservedDevices = in testExecCommand_reservedTooManyDevices() local
1483 List<ITestDevice> reservedDevices = Arrays.asList(mock(ITestDevice.class)); in testExecCommand_reservedTooFewDevices() local
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1801 IScheduledInvocationListener listener, List<ITestDevice> reservedDevices, String[] args) in execCommand()
1831 List<ITestDevice> reservedDevices, in execCommand()
1911 List<IDeviceConfiguration> deviceConfig, List<ITestDevice> reservedDevices) { in getAllocatedDevices()