Searched refs:OPTION_LAUNCH (Results 1 – 2 of 2) sorted by relevance
94 OPTION_LAUNCH=249 OPTION_LAUNCH="$optarg"631 if [ -z "$OPTION_LAUNCH" ] ; then632 OPTION_LAUNCH=`run_awk_manifest_script extract-launchable.awk | sed 2q`638 log "Found first launchable activity: $OPTION_LAUNCH"639 if [ -z "$OPTION_LAUNCH" ] ; then647 if [ -n "$OPTION_LAUNCH" ] ; then648 log "Launching activity: $PACKAGE_NAME/$OPTION_LAUNCH"649 run adb_cmd shell am start $OPTION_WAIT -n $PACKAGE_NAME/$OPTION_LAUNCH651 echo "ERROR: Could not launch specified activity: $OPTION_LAUNCH"[all …]
76 OPTION_LAUNCH = None variable115 global OPTION_START, OPTION_LAUNCH, OPTION_LAUNCH_LIST247 OPTION_LAUNCH = args.launch_name501 global OPTION_START, OPTION_LAUNCH, OPTION_LAUNCH_LIST645 if not OPTION_LAUNCH:646 OPTION_LAUNCH = extract_launchable(PROJECT+os.sep+MANIFEST)647 if not len(OPTION_LAUNCH):650 log('Found first launchable activity: %s' % (OPTION_LAUNCH[0]))651 if not len(OPTION_LAUNCH):655 if OPTION_LAUNCH:[all …]