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

  /frameworks/base/core/java/com/android/internal/app/procstats/
ProcessState.java 208 public ProcessState getCommonProcess() {
    [all...]
ProcessStats.java 255 if (otherProc.getCommonProcess() != otherProc) {
260 if (thisProc.getCommonProcess() == thisProc) {
466 ps.getCommonProcess().tmpNumInUse++;
467 ps.getCommonProcess().tmpFoundSubProc = ps;
    [all...]

Completed in 66 milliseconds