Home
last modified time | relevance | path

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

/ndk/
Dndk-gdb98 OPTION_LAUNCH=
254 OPTION_LAUNCH="$optarg"
716 if [ -z "$OPTION_LAUNCH" ] ; then
717 OPTION_LAUNCH=`run_awk_manifest_script extract-launchable.awk | sed 2q`
723 log "Found first launchable activity: $OPTION_LAUNCH"
724 if [ -z "$OPTION_LAUNCH" ] ; then
732 if [ -n "$OPTION_LAUNCH" ] ; then
733 log "Launching activity: $PACKAGE_NAME/$OPTION_LAUNCH"
734 adb_var_shell2 DUMMY am start $OPTION_WAIT -n $PACKAGE_NAME/$OPTION_LAUNCH
736 echo "ERROR: Could not launch specified activity: $OPTION_LAUNCH"
[all …]
Dndk-gdb.py100 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
705 if not OPTION_LAUNCH:
706 OPTION_LAUNCH = extract_launchable(PROJECT+os.sep+MANIFEST)
707 if not len(OPTION_LAUNCH):
710 log('Found first launchable activity: %s' % (OPTION_LAUNCH[0]))
711 if not len(OPTION_LAUNCH):
715 if OPTION_LAUNCH:
[all …]