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.java279 if (otherProc.mCommonProcess != otherProc) { in add()
284 if (thisProc.mCommonProcess == thisProc) { in add()
1301 ps.mCommonProcess.mTmpNumInUse++; in resetSafely()
1302 ps.mCommonProcess.mTmpFoundSubProc = ps; in resetSafely()
1344 ps.mCommonProcess = ps; in resetSafely()
1540 if (proc.mCommonProcess != proc) { in writeToParcel()
1615 if (proc.mCommonProcess == proc) { in writeToParcel()
2103 pw.print(Integer.toHexString(System.identityHashCode(proc.mCommonProcess))); in dumpProcessInternalLocked()
2108 if (proc != proc.mCommonProcess) { in dumpProcessInternalLocked()
2109 pw.print(prefix); pw.print("Common Proc: "); pw.print(proc.mCommonProcess.mName); in dumpProcessInternalLocked()
[all …]