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