Home | History | Annotate | Download | only in android

Lines Matching refs:ACTIVITY

68 # Allow wrapper scripts to set the default activity through
70 # final activity name through --activity=<name> option.
80 ACTIVITY=$DEFAULT_ACTIVITY
94 PROGRAM_NAME="activity"
112 --activity=*)
113 ACTIVITY=$optarg
299 --start Start package's activity on device.
301 --activity=<name> Activity name for --start [$DEFAULT_ACTIVITY].
655 adb_shell am start -n $PACKAGE_NAME/$ACTIVITY 2>/dev/null