Home
last modified time | relevance | path

Searched refs:getCommonProcess (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/procstats/
DProcessStats.java281 if (otherProc.getCommonProcess() != otherProc) { in add()
286 if (thisProc.getCommonProcess() == thisProc) { in add()
500 ps.getCommonProcess().tmpNumInUse++; in resetSafely()
501 ps.getCommonProcess().tmpFoundSubProc = ps; in resetSafely()
832 if (proc.getCommonProcess() != proc) { in writeToParcel()
910 if (proc.getCommonProcess() == proc) { in writeToParcel()
1542 if (proc.getCommonProcess().isMultiPackage()) { in dumpLocked()
1940 foundProcs.add(proc.getCommonProcess()); in collectProcessesLocked()
DProcessState.java221 public ProcessState getCommonProcess() { in getCommonProcess() method in ProcessState