Searched refs:Monkey (Results 1 – 4 of 4) sorted by relevance
98 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 …]
60 public class Monkey { class348 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()
10 exec app_process $base/bin com.android.commands.monkey.Monkey "$@"
9 Monkey only binds to localhost, so you will need to use adb to setup27 Individual commands are separated by newlines. The Monkey will54 KEYCODE_MENU (the name of the keycode), or just menu (and the Monkey124 Lines starting with a # character are considered comments. The Monkey128 You can put the Monkey to sleep by using the "sleep" command with a