Lines Matching refs:OPTION_LAUNCH
100 OPTION_LAUNCH = None variable
139 global OPTION_START, OPTION_LAUNCH, OPTION_LAUNCH_LIST
274 OPTION_LAUNCH = args.launch_name
528 global OPTION_START, OPTION_LAUNCH, OPTION_LAUNCH_LIST
672 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:
683 log('Launching activity: %s/%s' % (PACKAGE_NAME,OPTION_LAUNCH[0]))
685 … ['shell', 'am', 'start'] + OPTION_WAIT + ['-n', '%s/%s' % (PACKAGE_NAME,OPTION_LAUNCH[0])],
689 Use --launch-list to dump a list of valid values.''' % (OPTION_LAUNCH[0]))
700 if OPTION_LAUNCH:
756 if (OPTION_START != None or OPTION_LAUNCH != None) and len(OPTION_WAIT):