Home
last modified time | relevance | path

Searched refs:allocateDevices (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerTest.java408 DeviceAllocationResult allocateDevices(
1150 mScheduler.allocateDevices(mMockConfiguration, mFakeDeviceManager); in testAllocateDevices()
1177 mScheduler.allocateDevices(mMockConfiguration, mFakeDeviceManager); in testAllocateDevices_replicated()
1215 mScheduler.allocateDevices(mMockConfiguration, mFakeDeviceManager); in testAllocateDevices_multipleDevices()
1236 mScheduler.allocateDevices(mMockConfiguration, mFakeDeviceManager); in testAllocateDevices_multipleDevices_failed()
1560 DeviceAllocationResult allocateDevices( in testExecCommand_versioning()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1318 DeviceAllocationResult allocationResults = allocateDevices(config, manager); in processReadyCommands()
1865 allocateDevices(config, manager, new ArrayList<>(allocatedDevices.keySet())); in execCommand()
1958 DeviceAllocationResult allocateDevices(IConfiguration config, IDeviceManager manager) { in allocateDevices() method in CommandScheduler
1959 return allocateDevices(config, manager, new ArrayList<String>()); in allocateDevices()
1962 DeviceAllocationResult allocateDevices( in allocateDevices() method in CommandScheduler