Searched refs:mNumCachedKill (Results 1 – 1 of 1) sorted by relevance
158 private int mNumCachedKill; field in ProcessState218 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 …]