Home
last modified time | relevance | path

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

/device/google/cuttlefish/tests/graphics/src/com/android/cuttlefish/tests/
DCuttlefishDisplayHotplugTest.java312 CommandResult addDisplayResult = runCvdCommand(addDisplaysCommand); in addDisplays() local
313 if (!CommandStatus.SUCCESS.equals(addDisplayResult.getStatus())) { in addDisplays()
316 addDisplayResult.getStdout(), in addDisplays()
317 addDisplayResult.getStderr())); in addDisplays()