Lines Matching refs:OPTION_LAUNCH
94 OPTION_LAUNCH=
249 OPTION_LAUNCH="$optarg"
631 if [ -z "$OPTION_LAUNCH" ] ; then
632 OPTION_LAUNCH=`run_awk_manifest_script extract-launchable.awk | sed 2q`
638 log "Found first launchable activity: $OPTION_LAUNCH"
639 if [ -z "$OPTION_LAUNCH" ] ; then
647 if [ -n "$OPTION_LAUNCH" ] ; then
648 log "Launching activity: $PACKAGE_NAME/$OPTION_LAUNCH"
649 run adb_cmd shell am start $OPTION_WAIT -n $PACKAGE_NAME/$OPTION_LAUNCH
651 echo "ERROR: Could not launch specified activity: $OPTION_LAUNCH"
665 if [ -n "$OPTION_LAUNCH" ] ; then
720 if [ "$OPTION_START" = "yes" ] || [ -n "$OPTION_LAUNCH" ] ; then