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