Home | History | Annotate | Download | only in labpretest

Lines Matching refs:monkey

10 # image and reboots, sets up for a monkey run and finally runs a random monkey
35 h) echo "options: [-d <device ID>, -i <loop count>, -m <monkey events> -x (skips monkey)]"; exit;;
531 #preping device for monkey run
565 #calls the monkey run if not skipped
568 log_print "running short monkey run..."
569 $ADB -s $device shell monkey -p com.android.alarmclock -p com.android.browser -p com.android.calculator2 -p com.android.calendar -p com.android.camera -p com.android.contacts -p com.google.android.gm -p com.android.im -p com.android.launcher -p com.google.android.apps.maps -p com.android.mms -p com.android.music -p com.android.phone -p com.android.settings -p com.google.android.street -p com.android.vending -p com.google.android.youtube -p com.android.email -p com.google.android.voicesearch -c android.intent.category.LAUNCHER --ignore-security-exceptions -s $seed $MEVENTS
570 log_print "finished running monkey, rinse, repeat..."
572 log_print "-x parameter used, skipping the monkey run"