Home | History | Annotate | Download | only in android

Lines Matching refs:START

104 START=
166 --start)
167 START=true
314 --start Start package's activity on device.
316 --activity=<name> Activity name for --start [$DEFAULT_ACTIVITY].
670 if [ "$START" ]; then
672 adb_shell am start -n $PACKAGE_NAME/$ACTIVITY 2>/dev/null
674 fail_panic "Could not start $PROGRAM_NAME on device. Are you sure the \
827 if [ "$START" ]; then
831 running? Try using --start."
926 # Start gdbserver in the background
973 echo "### START $COMMANDS"