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.java928 if (proc.mNumCachedKill != 0) { in dumpProcessPss()
930 pw.print(proc.mNumCachedKill); pw.print(" times from pss "); in dumpProcessPss()
2625 || proc.mNumCachedKill > 0) { in dumpCheckinLocked()
2639 pw.print(proc.mNumCachedKill); in dumpCheckinLocked()
2694 || procState.mNumCachedKill > 0) { in dumpCheckinLocked()
2704 pw.print(procState.mNumCachedKill); in dumpCheckinLocked()
2887 int mNumCachedKill; field in ProcessStats.ProcessState
2947 pnew.mNumCachedKill = mNumCachedKill; in clone()
2972 if (other.mNumCachedKill > 0) { in add()
2973 addCachedKill(other.mNumCachedKill, other.mMinCachedKillPss, in add()
[all …]