Searched refs:mActiveProcState (Results 1 – 1 of 1) sorted by relevance
78 int mActiveProcState = ProcessStats.STATE_NOTHING; field in AssociationState.SourceState205 if (mActiveProcState != mProcState) { in startActive()222 mActiveProcState = mProcState; in startActive()402 mActiveProcState = ProcessStats.STATE_NOTHING; in add()407 if (mActiveProcState == otherSrc.mActiveProcState) { in add()417 mActiveProcState = ProcessStats.STATE_NOTHING; in add()421 mActiveProcState = otherSrc.mActiveProcState; in add()437 out.writeInt(mActiveProcState); in writeToParcel()457 mActiveProcState = in.readInt(); in readFromParcel()1104 if (dkey == src.mActiveProcState) { in dumpTimesCheckin()[all …]