Searched refs:holdKey (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/ |
D | HdmiCecClientWrapper.java | 147 int keycode, boolean holdKey) throws Exception { in sendUserControlPressAndRelease() argument 148 sendUserControlPress(source, destination, keycode, holdKey); in sendUserControlPressAndRelease() 162 int keycode, boolean holdKey) throws Exception { in sendUserControlPress() argument 167 if (holdKey) { in sendUserControlPress() 191 int firstKeycode, int secondKeycode, boolean holdKey) throws Exception { in sendUserControlInterruptedPressAndHold() argument 192 sendUserControlPress(source, destination, firstKeycode, holdKey); in sendUserControlInterruptedPressAndHold()
|