Home
last modified time | relevance | path

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

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DHdmiCecConstants.java74 public static final int CEC_KEYCODE_VOLUME_DOWN = 0x42; field in HdmiCecConstants
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/
DHdmiCecSystemAudioControlTest.java111 .isEqualTo(HdmiCecConstants.CEC_KEYCODE_VOLUME_DOWN); in cect_VolumeUpDownUserControlPressedWhenSystemAudioControlOn()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/tv/
DHdmiCecRemoteControlPassThroughTest.java173 remoteControlAudioKeys.put("VOLUME_DOWN", HdmiCecConstants.CEC_KEYCODE_VOLUME_DOWN); in mapRemoteControlKeys()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/playback/
DHdmiCecRemoteControlPassThroughTest.java249 .isEqualTo(HdmiCecConstants.CEC_KEYCODE_VOLUME_DOWN); in cect_sendVolumeKeyPressToTv()