Lines Matching refs:started

172  * When a new activity is started, it is placed on the top of the stack
297 * started again.
338 * may happen either because a new activity is being started, an existing
800 /** Return the intent that started this activity. */
863 LoaderManagerImpl getLoaderManager(String who, boolean started, boolean create) {
870 lm = new LoaderManagerImpl(who, this, started);
1270 * of a new instance of the activity being started, onNewIntent() will be
1280 * @param intent The new intent that was started for the activity.
3726 * returned back from the started activity. This is to avoid visible
3735 * @param options Additional options for how the Activity should be started.
3852 * Start a new activity as if it was started by the activity that started our
3898 * to use a IntentSender to describe the activity to be started. If
3899 * the IntentSender is for an activity, that activity will be started
3915 * @param options Additional options for how the Activity should be started.
4000 * @param options Additional options for how the Activity should be started.
4049 * @param options Additional options for how the Activity should be started.
4098 * @param options Additional options for how the Activity should be started.
4157 * @param options Additional options for how the Activity should be started.
4207 * correct behavior, this must be the same as the Intent that started
4227 * correct behavior, this must be the same as the Intent that started
4230 * @param options Additional options for how the Activity should be started.
4284 * @param options Additional options for how the Activity should be started.
4335 * @param options Additional options for how the Activity should be started.
4464 * package name that started the Intent will be returned. This may return null if no
4720 * Force finish another activity that you had previously started with
4725 * activities started with this request code, they
4772 * @return Returns true if the activity was in a state that it has started the process
4788 * you started it with, the resultCode it returned, and any additional
5670 * @return The ContextMode that was started, or null if it was canceled
5684 * has been started for this activity, see {@link #onActionModeStarted(ActionMode)}.</p>
5701 * Notifies the Activity that an action mode has been started.
5876 * calls will only come when returning from the started Activity.
5889 * Postpone the entering activity transition when Activity was started with
6228 * Called to end the mode started by {@link Activity#startLockTask}. This