Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DKeyguardInputTests.java75 private void assertReceivedKey(int keycode) { in assertReceivedKey() argument
78 assertEquals(keycode, event.getKeyCode()); in assertReceivedKey()
82 assertEquals(keycode, event.getKeyCode()); in assertReceivedKey()
/cts/tests/tests/text/src/android/text/method/cts/
DKeyListenerTestCase.java108 protected static KeyEvent getKey(int keycode, int metaState) { in getKey() argument
110 return new KeyEvent(currentTime, currentTime, KeyEvent.ACTION_DOWN, keycode, in getKey()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DHdmiCecClientWrapper.java286 public void sendUserControlPressAndRelease(LogicalAddress source, int keycode, boolean holdKey) in sendUserControlPressAndRelease() argument
288 sendUserControlPressAndRelease(source, targetDevice, keycode, holdKey); in sendUserControlPressAndRelease()
296 int keycode, boolean holdKey) throws Exception { in sendUserControlPressAndRelease() argument
297 sendUserControlPress(source, destination, keycode, holdKey); in sendUserControlPressAndRelease()
311 int keycode, boolean holdKey) throws Exception { in sendUserControlPress() argument
312 String key = String.format("%02x", keycode); in sendUserControlPress()