Home
last modified time | relevance | path

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

/ndk/
Dndk-gdb94 OPTION_LAUNCH=
249 OPTION_LAUNCH="$optarg"
631 if [ -z "$OPTION_LAUNCH" ] ; then
632 OPTION_LAUNCH=`run_awk_manifest_script extract-launchable.awk | sed 2q`
638 log "Found first launchable activity: $OPTION_LAUNCH"
639 if [ -z "$OPTION_LAUNCH" ] ; then
647 if [ -n "$OPTION_LAUNCH" ] ; then
648 log "Launching activity: $PACKAGE_NAME/$OPTION_LAUNCH"
649 run adb_cmd shell am start $OPTION_WAIT -n $PACKAGE_NAME/$OPTION_LAUNCH
651 echo "ERROR: Could not launch specified activity: $OPTION_LAUNCH"
[all …]
Dndk-gdb.py76 OPTION_LAUNCH = None variable
115 global OPTION_START, OPTION_LAUNCH, OPTION_LAUNCH_LIST
247 OPTION_LAUNCH = args.launch_name
501 global OPTION_START, OPTION_LAUNCH, OPTION_LAUNCH_LIST
645 if not OPTION_LAUNCH:
646 OPTION_LAUNCH = extract_launchable(PROJECT+os.sep+MANIFEST)
647 if not len(OPTION_LAUNCH):
650 log('Found first launchable activity: %s' % (OPTION_LAUNCH[0]))
651 if not len(OPTION_LAUNCH):
655 if OPTION_LAUNCH:
[all …]