Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DProcessStats.java924 if (proc.mNumCachedKill != 0) { in dumpProcessPss()
926 pw.print(proc.mNumCachedKill); pw.print(" times from pss "); in dumpProcessPss()
2658 || proc.mNumCachedKill > 0) { in dumpCheckinLocked()
2672 pw.print(proc.mNumCachedKill); in dumpCheckinLocked()
2727 || procState.mNumCachedKill > 0) { in dumpCheckinLocked()
2737 pw.print(procState.mNumCachedKill); in dumpCheckinLocked()
2920 int mNumCachedKill; field in ProcessStats.ProcessState
2980 pnew.mNumCachedKill = mNumCachedKill; in clone()
3005 if (other.mNumCachedKill > 0) { in add()
3006 addCachedKill(other.mNumCachedKill, other.mMinCachedKillPss, in add()
[all …]