Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1688 String[] argsWithDevice = Arrays.copyOf(args, args.length + 2); in addCommandForAllDevices() local
1689 argsWithDevice[argsWithDevice.length - 2] = "-s"; in addCommandForAllDevices()
1690 argsWithDevice[argsWithDevice.length - 1] = device; in addCommandForAllDevices()
1691 CommandTracker cmdTracker = createCommandTracker(argsWithDevice, cmdFilePath); in addCommandForAllDevices()