Searched refs:TEXT_VIEW_ON (Results 1 – 7 of 7) sorted by relevance
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/playback/ |
D | HdmiCecWakeupTest.java | 59 hdmiCecClient.checkExpectedOutput(LogicalAddress.TV, CecOperand.TEXT_VIEW_ON); in cectOtpOnWakeupWhenPowerControlModeToTv() 77 hdmiCecClient.checkExpectedOutput(LogicalAddress.TV, CecOperand.TEXT_VIEW_ON); in cectOtpOnWakeupWhenPowerControlModeToTvAndAudioSystem() 94 hdmiCecClient.checkExpectedOutput(LogicalAddress.TV, CecOperand.TEXT_VIEW_ON); in cectOtpOnWakeupWhenPowerControlModeToBroadcast() 112 CecOperand.TEXT_VIEW_ON); in cectNoOtpOnWakeupWhenPowerControlModeNone()
|
D | HdmiCecOneTouchPlayTest.java | 75 hdmiCecClient.checkExpectedOutput(LogicalAddress.TV, CecOperand.TEXT_VIEW_ON); in cect_11_2_1_1_OneTouchPlay() 89 hdmiCecClient.checkExpectedOutput(LogicalAddress.TV, CecOperand.TEXT_VIEW_ON); in cect_PairingActivity_OneTouchPlay()
|
D | HdmiCecPowerStatusTest.java | 64 new ArrayList<>(Arrays.asList(CecOperand.TEXT_VIEW_ON, CecOperand.IMAGE_VIEW_ON));
|
D | HdmiCecDeviceSelectForPlaybackTest.java | 171 hdmiCecClient.checkExpectedOutput(LogicalAddress.TV, CecOperand.TEXT_VIEW_ON); in cectDeviceSelectSameSource()
|
D | HdmiCecTvPowerToggleTest.java | 179 hdmiCecClient.checkExpectedOutput(LogicalAddress.TV, CecOperand.TEXT_VIEW_ON); in cectTvPowerToggleTest_asleep_tvOff()
|
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/tv/ |
D | HdmiCecTvOneTouchPlayTest.java | 96 hdmiCecClient.sendCecMessage(testDevice, LogicalAddress.TV, CecOperand.TEXT_VIEW_ON); in cect_11_1_1_2_RespondToTextViewOn() 174 hdmiCecClient.sendCecMessage(testDevice, LogicalAddress.TV, CecOperand.TEXT_VIEW_ON); in cect_11_1_1_4_TextViewOnWhenInStandby()
|
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/ |
D | CecOperand.java | 29 TEXT_VIEW_ON(0x0d), enumConstant
|