Lines Matching defs:started

153  * When a new activity is started, it is placed on the top of the stack
278 * started again.
319 * may happen either because a new activity is being started, an existing
751 /** Return the intent that started this activity. */
814 LoaderManagerImpl getLoaderManager(int index, boolean started, boolean create) {
821 lm = new LoaderManagerImpl(this, started);
1109 * of a new instance of the activity being started, onNewIntent() will be
1119 * @param intent The new intent that was started for the activity.
3332 * returned back from the started activity. This is to avoid visible
3341 * @param options Additional options for how the Activity should be started.
3405 * to use a IntentSender to describe the activity to be started. If
3406 * the IntentSender is for an activity, that activity will be started
3422 * @param options Additional options for how the Activity should be started.
3506 * @param options Additional options for how the Activity should be started.
3555 * @param options Additional options for how the Activity should be started.
3604 * @param options Additional options for how the Activity should be started.
3663 * @param options Additional options for how the Activity should be started.
3712 * correct behavior, this must be the same as the Intent that started
3732 * correct behavior, this must be the same as the Intent that started
3735 * @param options Additional options for how the Activity should be started.
3788 * @param options Additional options for how the Activity should be started.
3839 * @param options Additional options for how the Activity should be started.
4151 * Force finish another activity that you had previously started with
4156 * activities started with this request code, they
4191 * you started it with, the resultCode it returned, and any additional
4779 * @return The ContextMode that was started, or null if it was canceled
4792 * has been started for this activity, see {@link #onActionModeStarted(ActionMode)}.</p>
4807 * Notifies the Activity that an action mode has been started.