Searched refs:OPTION_LAUNCH (Results 1 – 2 of 2) sorted by relevance
91 OPTION_LAUNCH=245 OPTION_LAUNCH="$optarg"608 if [ -z "$OPTION_LAUNCH" ] ; then609 OPTION_LAUNCH=`run_awk_manifest_script extract-launchable.awk | sed 2q`615 log "Found first launchable activity: $OPTION_LAUNCH"616 if [ -z "$OPTION_LAUNCH" ] ; then624 if [ -n "$OPTION_LAUNCH" ] ; then625 log "Launching activity: $PACKAGE_NAME/$OPTION_LAUNCH"626 run adb_cmd shell am start -n $PACKAGE_NAME/$OPTION_LAUNCH628 echo "ERROR: Could not launch specified activity: $OPTION_LAUNCH"[all …]
73 OPTION_LAUNCH = None variable105 global OPTION_START, OPTION_LAUNCH, OPTION_LAUNCH_LIST217 OPTION_LAUNCH = args.launch_name438 global OPTION_START, OPTION_LAUNCH, OPTION_LAUNCH_LIST581 if not OPTION_LAUNCH:582 OPTION_LAUNCH = extract_launchable(PROJECT+os.sep+MANIFEST)583 if not len(OPTION_LAUNCH):586 log('Found first launchable activity: %s' % (OPTION_LAUNCH[0]))587 if not len(OPTION_LAUNCH):591 if len(OPTION_LAUNCH):[all …]