Searched refs:isCecEnabled (Results 1 – 2 of 2) sorted by relevance
94 waitForCondition(() -> !isCecEnabled(getDevice()), "Could not disable CEC"); in setUp()96 waitForCondition(() -> isCecEnabled(getDevice()), "Could not enable CEC"); in setUp()
642 boolean isCecEnabled(ITestDevice device) throws Exception { in isCecEnabled() method in BaseHdmiCecCtsTest