Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DProcessStats.java275 if (otherProc.mCommonProcess != otherProc) { in add()
280 if (thisProc.mCommonProcess == thisProc) { in add()
1334 ps.mCommonProcess.mTmpNumInUse++; in resetSafely()
1335 ps.mCommonProcess.mTmpFoundSubProc = ps; in resetSafely()
1377 ps.mCommonProcess = ps; in resetSafely()
1573 if (proc.mCommonProcess != proc) { in writeToParcel()
1648 if (proc.mCommonProcess == proc) { in writeToParcel()
2136 pw.print(Integer.toHexString(System.identityHashCode(proc.mCommonProcess))); in dumpProcessInternalLocked()
2141 if (proc != proc.mCommonProcess) { in dumpProcessInternalLocked()
2142 pw.print(prefix); pw.print("Common Proc: "); pw.print(proc.mCommonProcess.mName); in dumpProcessInternalLocked()
[all …]