Home
last modified time | relevance | path

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

/device/google/cuttlefish/tests/graphics/src/com/android/cuttlefish/tests/
DCuttlefishDisplayHotplugTest.java304 List<String> addDisplaysCommand = Lists.newArrayList("display", "add"); in addDisplays() local
308 addDisplaysCommand.add(String.format( in addDisplays()
312 CommandResult addDisplayResult = runCvdCommand(addDisplaysCommand); in addDisplays()