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.java61 public class Monkey { class
349 synchronized (Monkey.this) { in appCrashed()
375 synchronized (Monkey.this) { in appNotResponding()
385 synchronized (Monkey.this) { in appNotResponding()
399 synchronized (Monkey.this) { in systemNotResponding()
410 synchronized (Monkey.this) { in systemNotResponding()
413 Monkey.this.wait(); in systemNotResponding()
566 int resultCode = (new Monkey()).run(args); in main()
/development/cmds/monkey/
Dmonkey.sh10 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