Lines Matching defs:startActivity

1618      * Same as {@link #startActivity(Intent, Bundle)} with no options
1625 * @see #startActivity(Intent, Bundle)
1628 public abstract void startActivity(@RequiresPermission Intent intent);
1631 * Version of {@link #startActivity(Intent)} that allows you to specify the
1666 * @see #startActivity(Intent)
1669 public abstract void startActivity(@RequiresPermission Intent intent,
1673 * Version of {@link #startActivity(Intent, Bundle)} that allows you to specify the
1692 * Version of {@link #startActivity(Intent, Bundle)} that returns a result to the caller. This
1734 * {@link #startActivity(Intent)} for the first Intent in the array,
1735 * that activity during its creation calling {@link #startActivity(Intent)}
1748 * See {@link android.content.Context#startActivity(Intent, Bundle)}
1749 * Context.startActivity(Intent, Bundle)} for more details.
1761 * {@link #startActivity(Intent)} for the first Intent in the array,
1762 * that activity during its creation calling {@link #startActivity(Intent)}
1776 * See {@link android.content.Context#startActivity(Intent, Bundle)}
1777 * Context.startActivity(Intent, Bundle)} for more details.
1802 * @see #startActivity(Intent)
1810 * Like {@link #startActivity(Intent, Bundle)}, but taking a IntentSender
1812 * as if you had called the regular {@link #startActivity(Intent)}
1826 * See {@link android.content.Context#startActivity(Intent, Bundle)}
1827 * Context.startActivity(Intent, Bundle)} for more details. If options
1831 * @see #startActivity(Intent, Bundle)