Searched refs:mNumCachedKill (Results 1 – 1 of 1) sorted by relevance
158 private int mNumCachedKill; field in ProcessState218 pnew.mNumCachedKill = mNumCachedKill; in clone()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()639 mNumCachedKill = num; in addCachedKill()652 mNumCachedKill += num; in addCachedKill()[all …]