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/procstats/
DProcessState.java150 private int mNumCachedKill; field in ProcessState
201 pnew.mNumCachedKill = mNumCachedKill; in clone()
255 if (other.mNumCachedKill > 0) { in add()
256 addCachedKill(other.mNumCachedKill, other.mMinCachedKillPss, in add()
269 mNumCachedKill = 0; in resetSafely()
291 out.writeInt(mNumCachedKill); in writeToParcel()
292 if (mNumCachedKill > 0) { in writeToParcel()
314 mNumCachedKill = in.readInt(); in readFromParcel()
315 if (mNumCachedKill > 0) { in readFromParcel()
521 if (mNumCachedKill <= 0) { in addCachedKill()
[all …]