Lines Matching refs:OPTION_LAUNCH
98 OPTION_LAUNCH=
254 OPTION_LAUNCH="$optarg"
716 if [ -z "$OPTION_LAUNCH" ] ; then
717 OPTION_LAUNCH=`run_awk_manifest_script extract-launchable.awk | sed 2q`
723 log "Found first launchable activity: $OPTION_LAUNCH"
724 if [ -z "$OPTION_LAUNCH" ] ; then
732 if [ -n "$OPTION_LAUNCH" ] ; then
733 log "Launching activity: $PACKAGE_NAME/$OPTION_LAUNCH"
734 adb_var_shell2 DUMMY am start $OPTION_WAIT -n $PACKAGE_NAME/$OPTION_LAUNCH
736 echo "ERROR: Could not launch specified activity: $OPTION_LAUNCH"
751 if [ -n "$OPTION_LAUNCH" ] ; then
824 if [ "$OPTION_START" = "yes" ] || [ -n "$OPTION_LAUNCH" ] ; then