Home
last modified time | relevance | path

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

/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceScript.java144 private static int LONGPRESS_WAIT_TIME = 2000; // wait time for the long field in MonkeySourceScript
699 MonkeyWaitEvent we = new MonkeyWaitEvent(LONGPRESS_WAIT_TIME); in handleEvent()