Searched refs:mNumCachedKill (Results 1 – 1 of 1) sorted by relevance
160 private int mNumCachedKill; field in ProcessState220 pnew.mNumCachedKill = mNumCachedKill; in clone()277 if (other.mNumCachedKill > 0) { in add()278 addCachedKill(other.mNumCachedKill, other.mMinCachedKillPss, in add()305 mNumCachedKill = 0; in resetSafely()342 out.writeInt(mNumCachedKill); in writeToParcel()343 if (mNumCachedKill > 0) { in writeToParcel()378 mNumCachedKill = in.readInt(); in readFromParcel()379 if (mNumCachedKill > 0) { in readFromParcel()675 if (mNumCachedKill <= 0) { in addCachedKill()[all …]