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.java311 if (otherProc.getCommonProcess() != otherProc) { in add()
316 if (thisProc.getCommonProcess() == thisProc) { in add()
555 ps.getCommonProcess().tmpNumInUse++; in resetSafely()
556 ps.getCommonProcess().tmpFoundSubProc = ps; in resetSafely()
897 if (proc.getCommonProcess() != proc) { in writeToParcel()
983 if (proc.getCommonProcess() == proc) { in writeToParcel()
1710 if (proc.getCommonProcess().isMultiPackage()) { in dumpLocked()
2122 foundProcs.add(proc.getCommonProcess()); in collectProcessesLocked()
2441 && processState.getCommonProcess() != processState) { in dumpProcessState()
2556 if (procState.isMultiPackage() && procState.getCommonProcess() != procState) { in dumpFilteredAssociationStatesProtoForProc()
DProcessState.java234 public ProcessState getCommonProcess() { in getCommonProcess() method in ProcessState