HomeSort by relevance Sort by last modified time
    Searched defs:RESUMED (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/app/
LocalActivityManager.java 61 static final int CREATED = 2; // Created, not started or resumed.
62 static final int STARTED = 3; // Created and started, not resumed.
63 static final int RESUMED = 4; // Created started and resumed.
71 /** The activity that is currently resumed. */
80 /** True if only one activity can be resumed at a time */
99 * of one activity resumed
136 if (desiredState == RESUMED) {
139 r.curState = RESUMED;
158 if (desiredState == RESUMED) {
    [all...]
  /cts/tools/host/src/com/android/cts/
TestSession.java 37 INIT, STARTED, INSTALLING, RUNNING, PAUSED, RESUMED, STOPPED, FINISHED
246 mStatus = STATUS.RESUMED;
  /frameworks/base/services/java/com/android/server/am/
ActivityStack.java 115 RESUMED,
215 * Current activity that is resumed, or null if there is none.
566 r.state = ActivityState.RESUMED;
575 // This activity is not starting in the resumed state... which
656 Slog.e(TAG, "Trying to pause when nothing is resumed", e);
    [all...]

Completed in 198 milliseconds