Searched refs:remoteControlAudioKeys (Results 1 – 1 of 1) sorted by relevance
52 private HashMap<String, Integer> remoteControlAudioKeys = new HashMap<String, Integer>(); field in HdmiCecRemoteControlPassThroughTest150 validateKeyeventToUserControlPress(LogicalAddress.AUDIO_SYSTEM, remoteControlAudioKeys); in cect_11_1_13_4_RemoteControlMessagesToAudioSystem()172 remoteControlAudioKeys.put("VOLUME_UP", HdmiCecConstants.CEC_KEYCODE_VOLUME_UP); in mapRemoteControlKeys()173 remoteControlAudioKeys.put("VOLUME_DOWN", HdmiCecConstants.CEC_KEYCODE_VOLUME_DOWN); in mapRemoteControlKeys()174 remoteControlAudioKeys.put("VOLUME_MUTE", HdmiCecConstants.CEC_KEYCODE_MUTE); in mapRemoteControlKeys()