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/
ActivityManagerService.java 370 RESUMED,
455 * Current activity that is resumed, or null if there is none.
845 * activities from being started/resumed.
    [all...]

Completed in 315 milliseconds