Home
last modified time | relevance | path

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

/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetworkVars.java98 return Monkey.currentPackage;
103 if (Monkey.currentIntent == null) {
106 return Monkey.currentIntent.getAction();
111 if (Monkey.currentIntent == null) {
114 return Monkey.currentIntent.getComponent().getClassName();
119 if (Monkey.currentIntent == null) {
122 return Monkey.currentIntent.getComponent().getPackageName();
127 if (Monkey.currentIntent == null) {
130 return Monkey.currentIntent.getDataString();
135 if (Monkey.currentIntent == null) {
[all …]
DMonkey.java60 public class Monkey { class
348 synchronized (Monkey.this) { in appCrashed()
374 synchronized (Monkey.this) { in appNotResponding()
384 synchronized (Monkey.this) { in appNotResponding()
398 synchronized (Monkey.this) { in systemNotResponding()
409 synchronized (Monkey.this) { in systemNotResponding()
412 Monkey.this.wait(); in systemNotResponding()
562 int resultCode = (new Monkey()).run(args); in main()
/development/cmds/monkey/
Dmonkey10 exec app_process $base/bin com.android.commands.monkey.Monkey "$@"
DREADME.NETWORK.txt9 Monkey only binds to localhost, so you will need to use adb to setup
27 Individual commands are separated by newlines. The Monkey will
54 KEYCODE_MENU (the name of the keycode), or just menu (and the Monkey
124 Lines starting with a # character are considered comments. The Monkey
128 You can put the Monkey to sleep by using the "sleep" command with a