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.java158 private int mNumCachedKill; field in ProcessState
218 pnew.mNumCachedKill = mNumCachedKill; in clone()
275 if (other.mNumCachedKill > 0) { in add()
276 addCachedKill(other.mNumCachedKill, other.mMinCachedKillPss, in add()
303 mNumCachedKill = 0; in resetSafely()
340 out.writeInt(mNumCachedKill); in writeToParcel()
341 if (mNumCachedKill > 0) { in writeToParcel()
376 mNumCachedKill = in.readInt(); in readFromParcel()
377 if (mNumCachedKill > 0) { in readFromParcel()
638 if (mNumCachedKill <= 0) { in addCachedKill()
[all …]