Searched refs:Monkey (Results 1 – 5 of 5) sorted by relevance
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeySourceNetworkVars.java | 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 …]
|
D | Monkey.java | 60 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/ |
D | README.NETWORK.txt | 9 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
|
D | monkey | 10 exec app_process $base/bin com.android.commands.monkey.Monkey "$@"
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 26187 …e652495cd,platform/development,fake_7Dyw05FpQhu8oGAPB4GBGw@fakeemail.com,Monkey: Dump the most rec… 26195 …b0,platform/development,fake_nPtmYLCVRVSsZra74p7kSA@fakeemail.com,Change Monkey to allow launching… 26322 …,platform/development,fake_nPtmYLCVRVSsZra74p7kSA@fakeemail.com,Fix NullPointerException in Monkey. 26398 …5fd07999a,platform/development,fake_zZ0Kx2mCTh2HfXrES_ZHZQ@fakeemail.com,Monkey: print tombstone n… 26489 …75,platform/development,fake_ZZ_mOFqJQCKY_mrtrZHyHw@fakeemail.com,Add --match-description to Monkey 26652 …85ded,platform/platform_testing,fake_mO6Tt8hBTui7ZWdEP6Qh3g@fakeemail.com,Monkey-patch Camera Tests
|