Searched refs:OPTION_LAUNCH (Results 1 – 2 of 2) sorted by relevance
98 OPTION_LAUNCH=253 OPTION_LAUNCH="$optarg"670 if [ -z "$OPTION_LAUNCH" ] ; then671 OPTION_LAUNCH=`run_awk_manifest_script extract-launchable.awk | sed 2q`677 log "Found first launchable activity: $OPTION_LAUNCH"678 if [ -z "$OPTION_LAUNCH" ] ; then686 if [ -n "$OPTION_LAUNCH" ] ; then687 log "Launching activity: $PACKAGE_NAME/$OPTION_LAUNCH"688 run adb_cmd shell am start $OPTION_WAIT -n $PACKAGE_NAME/$OPTION_LAUNCH690 echo "ERROR: Could not launch specified activity: $OPTION_LAUNCH"[all …]
100 OPTION_LAUNCH = None variable139 global OPTION_START, OPTION_LAUNCH, OPTION_LAUNCH_LIST274 OPTION_LAUNCH = args.launch_name528 global OPTION_START, OPTION_LAUNCH, OPTION_LAUNCH_LIST672 if not OPTION_LAUNCH:673 OPTION_LAUNCH = extract_launchable(PROJECT+os.sep+MANIFEST)674 if not len(OPTION_LAUNCH):677 log('Found first launchable activity: %s' % (OPTION_LAUNCH[0]))678 if not len(OPTION_LAUNCH):682 if OPTION_LAUNCH:[all …]