Searched refs:mActiveProcState (Results 1 – 1 of 1) sorted by relevance
68 int mActiveProcState = ProcessStats.STATE_NOTHING; field in AssociationState.SourceState130 if (mActiveProcState != mProcState) { in startActive()131 if (mActiveProcState != ProcessStats.STATE_NOTHING) { in startActive()140 mActiveDurations.addDuration(mActiveProcState, addedDuration); in startActive()144 mActiveProcState = mProcState; in startActive()159 mActiveDurations.addDuration(mActiveProcState, addedDuration); in stopActive()174 + " in procstate " + mActiveProcState + " in source " in stopActive()426 mySrc.mActiveDurations.addDuration(otherSrc.mActiveProcState, in add()435 mySrc.mActiveDurations.addDuration(mySrc.mActiveProcState, in add()438 mySrc.mActiveProcState = ProcessStats.STATE_NOTHING; in add()[all …]