Home
last modified time | relevance | path

Searched refs:OPTION_LAUNCH (Results 1 – 2 of 2) sorted by relevance

/ndk/
Dndk-gdb91 OPTION_LAUNCH=
245 OPTION_LAUNCH="$optarg"
608 if [ -z "$OPTION_LAUNCH" ] ; then
609 OPTION_LAUNCH=`run_awk_manifest_script extract-launchable.awk | sed 2q`
615 log "Found first launchable activity: $OPTION_LAUNCH"
616 if [ -z "$OPTION_LAUNCH" ] ; then
624 if [ -n "$OPTION_LAUNCH" ] ; then
625 log "Launching activity: $PACKAGE_NAME/$OPTION_LAUNCH"
626 run adb_cmd shell am start -n $PACKAGE_NAME/$OPTION_LAUNCH
628 echo "ERROR: Could not launch specified activity: $OPTION_LAUNCH"
[all …]
Dndk-gdb.py73 OPTION_LAUNCH = None variable
105 global OPTION_START, OPTION_LAUNCH, OPTION_LAUNCH_LIST
217 OPTION_LAUNCH = args.launch_name
438 global OPTION_START, OPTION_LAUNCH, OPTION_LAUNCH_LIST
581 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 …]