Home
last modified time | relevance | path

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

/device/google/cuttlefish/tests/graphics/src/com/android/cuttlefish/tests/
DCuttlefishDisplayHotplugTest.java326 List<String> removeDisplaysCommand = Lists.newArrayList("display", "remove"); in removeDisplays() local
328 removeDisplaysCommand.add("--display=" + displayId.toString()); in removeDisplays()
331 CommandResult removeDisplayResult = runCvdCommand(removeDisplaysCommand); in removeDisplays()