Searched defs:wake (Results 1 - 1 of 1) sorted by relevance

/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeySourceNetwork.java293 // wake
318 * Command to wake the device up
321 // wake
324 if (!wake()) {
432 * Force the device to wake up.
436 private static final boolean wake() { method in class:MonkeySourceNetwork
458 COMMAND_MAP.put("wake", new WakeCommand());
575 // view events. Do this before wake so we can catch the wake event
579 wake();
[all...]

Completed in 280 milliseconds