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

  /frameworks/base/services/core/java/com/android/server/am/
UidRecord.java 34 int curProcState;
45 * Sequence number associated with the {@link #curProcState}. This is incremented using
47 * when {@link #curProcState} changes from background to foreground or vice versa.
105 curProcState = ActivityManager.PROCESS_STATE_CACHED_EMPTY;
132 sb.append(ProcessList.makeProcStateString(curProcState));
ProcessRecord.java 98 int curProcState = PROCESS_STATE_NONEXISTENT; // Currently computed process state
292 pw.print(prefix); pw.print("curProcState="); pw.print(curProcState);
    [all...]

Completed in 236 milliseconds