Searched refs:mNumCachedKill (Results 1 – 1 of 1) sorted by relevance
152 private int mNumCachedKill; field in ProcessState207 pnew.mNumCachedKill = mNumCachedKill; in clone()264 if (other.mNumCachedKill > 0) { in add()265 addCachedKill(other.mNumCachedKill, other.mMinCachedKillPss, in add()277 mNumCachedKill = 0; in resetSafely()303 out.writeInt(mNumCachedKill); in writeToParcel()304 if (mNumCachedKill > 0) { in writeToParcel()330 mNumCachedKill = in.readInt(); in readFromParcel()331 if (mNumCachedKill > 0) { in readFromParcel()573 if (mNumCachedKill <= 0) { in addCachedKill()[all …]