Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java675 List<String> deviceNames = context.getDeviceConfigNames(); in runDevicePreInvocationSetup() local
677 && deviceNames.size() > 1) { in runDevicePreInvocationSetup()
680 for (String deviceName : deviceNames) { in runDevicePreInvocationSetup()
712 for (String deviceName : deviceNames) { in runDevicePreInvocationSetup()
/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerTest.java1416 List<String> deviceNames = new ArrayList<String>(); in testExecCommand_reservedAndNullDevices() local
1417 devices.forEach((deviceName, device) -> deviceNames.add(deviceName)); in testExecCommand_reservedAndNullDevices()
1418 assertEquals(Arrays.asList("reserved0", "serial0", "reserved1", "serial1"), deviceNames); in testExecCommand_reservedAndNullDevices()