Home | History | Annotate | Download | only in ndk

Lines Matching refs:OPTION_LAUNCH

98 OPTION_LAUNCH=
253 OPTION_LAUNCH="$optarg"
670 if [ -z "$OPTION_LAUNCH" ] ; then
671 OPTION_LAUNCH=`run_awk_manifest_script extract-launchable.awk | sed 2q`
677 log "Found first launchable activity: $OPTION_LAUNCH"
678 if [ -z "$OPTION_LAUNCH" ] ; then
686 if [ -n "$OPTION_LAUNCH" ] ; then
687 log "Launching activity: $PACKAGE_NAME/$OPTION_LAUNCH"
688 run adb_cmd shell am start $OPTION_WAIT -n $PACKAGE_NAME/$OPTION_LAUNCH
690 echo "ERROR: Could not launch specified activity: $OPTION_LAUNCH"
704 if [ -n "$OPTION_LAUNCH" ] ; then
759 if [ "$OPTION_START" = "yes" ] || [ -n "$OPTION_LAUNCH" ] ; then