Home
last modified time | relevance | path

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

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/tv/
DHdmiCecTvOneTouchPlayTest.java150 assertDevicePowerStatus(HdmiCecConstants.CEC_POWER_STATUS_STANDBY); in cect_11_1_1_3_ImageViewOnWhenInStandby()
154 assertDevicePowerStatus(HdmiCecConstants.CEC_POWER_STATUS_ON); in cect_11_1_1_3_ImageViewOnWhenInStandby()
171 assertDevicePowerStatus(HdmiCecConstants.CEC_POWER_STATUS_STANDBY); in cect_11_1_1_4_TextViewOnWhenInStandby()
175 assertDevicePowerStatus(HdmiCecConstants.CEC_POWER_STATUS_ON); in cect_11_1_1_4_TextViewOnWhenInStandby()
181 private void assertDevicePowerStatus(int powerStatus) throws Exception { in assertDevicePowerStatus() method in HdmiCecTvOneTouchPlayTest