Home
last modified time | relevance | path

Searched refs:wasAllocationSuccessful (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/
DDeviceAllocationResult.java30 public boolean wasAllocationSuccessful() { in wasAllocationSuccessful() method in DeviceAllocationResult
DCommandScheduler.java1319 if (allocationResults.wasAllocationSuccessful()) { in processReadyCommands()
1866 if (!allocationResults.wasAllocationSuccessful()) { in execCommand()
/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerTest.java1151 assertTrue(results.wasAllocationSuccessful()); in testAllocateDevices()
1178 assertTrue(results.wasAllocationSuccessful()); in testAllocateDevices_replicated()
1216 assertTrue(results.wasAllocationSuccessful()); in testAllocateDevices_multipleDevices()
1237 assertFalse(results.wasAllocationSuccessful()); in testAllocateDevices_multipleDevices_failed()