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.java154 private int mNumCachedKill; field in ProcessState
209 pnew.mNumCachedKill = mNumCachedKill; in clone()
266 if (other.mNumCachedKill > 0) { in add()
267 addCachedKill(other.mNumCachedKill, other.mMinCachedKillPss, in add()
279 mNumCachedKill = 0; in resetSafely()
305 out.writeInt(mNumCachedKill); in writeToParcel()
306 if (mNumCachedKill > 0) { in writeToParcel()
332 mNumCachedKill = in.readInt(); in readFromParcel()
333 if (mNumCachedKill > 0) { in readFromParcel()
575 if (mNumCachedKill <= 0) { in addCachedKill()
[all …]