Home | History | Annotate | Download | only in am

Lines Matching defs:STOPPED

119         STOPPED,
152 * List of activities that are ready to be stopped, but waiting
569 r.stopped = false;
579 r.state = ActivityState.STOPPED;
580 r.stopped = true;
1005 || r.state == ActivityState.STOPPED)
1328 next.stopped = false;
2022 // This is the second allowed switch since we stopped switches,
2639 r.stopped = false;
2652 // Just in case, assume it to be stopped.
2653 r.stopped = true;
2654 r.state = ActivityState.STOPPED;
3031 || prevState == ActivityState.STOPPED
3033 // If this activity is already stopped, we can just finish
3038 // activity into the stopped state and then finish it.