Lines Matching refs:OPTION_LAUNCH
91 OPTION_LAUNCH=
245 OPTION_LAUNCH="$optarg"
608 if [ -z "$OPTION_LAUNCH" ] ; then
609 OPTION_LAUNCH=`run_awk_manifest_script extract-launchable.awk | sed 2q`
615 log "Found first launchable activity: $OPTION_LAUNCH"
616 if [ -z "$OPTION_LAUNCH" ] ; then
624 if [ -n "$OPTION_LAUNCH" ] ; then
625 log "Launching activity: $PACKAGE_NAME/$OPTION_LAUNCH"
626 run adb_cmd shell am start -n $PACKAGE_NAME/$OPTION_LAUNCH
628 echo "ERROR: Could not launch specified activity: $OPTION_LAUNCH"
642 if [ -n "$OPTION_LAUNCH" ] ; then