Home
last modified time | relevance | path

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

/development/cmds/monkey/
DREADME.NETWORK.txt47 key [down|up] keycode
49 This command injects KeyEvent's into the input system. The keycode
53 an example, it can be 82 (the integer value of the keycode),
54 KEYCODE_MENU (the name of the keycode), or just menu (and the Monkey
90 press keycode
92 The press command is a shortcut for the key command. The keycode
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceRandom.java107 public static String getKeyName(int keycode) { in getKeyName() argument
108 return KeyEvent.keyCodeToString(keycode); in getKeyName()