HomeSort by relevance Sort by last modified time
    Searched refs:EVENT_TYPE_KEY (Results 1 - 4 of 4) sorted by null

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyEvent.java 27 public static final int EVENT_TYPE_KEY = 0;
MonkeyKeyEvent.java 48 super(EVENT_TYPE_KEY);
60 super(EVENT_TYPE_KEY);
MonkeySourceScript.java     [all...]
  /frameworks/base/core/java/android/view/
InputEventConsistencyVerifier.java 35 private static final String EVENT_TYPE_KEY = "KeyEvent";
198 if (!startEvent(event, nestingLevel, EVENT_TYPE_KEY)) {
    [all...]

Completed in 226 milliseconds