Home
last modified time | relevance | path

Searched refs:otherSrc (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/procstats/
DAssociationState.java303 final SourceState otherSrc = other.mSources.valueAt(isrc); in add() local
309 mySrc.mCount += otherSrc.mCount; in add()
310 mySrc.mDuration += otherSrc.mDuration; in add()
311 mySrc.mActiveCount += otherSrc.mActiveCount; in add()
312 if (otherSrc.mActiveDuration != 0 || otherSrc.mDurations != null) { in add()
317 if (otherSrc.mDurations != null) { in add()
318 mySrc.mDurations.addDurations(otherSrc.mDurations); in add()
320 mySrc.mDurations.addDuration(otherSrc.mActiveProcState, in add()
321 otherSrc.mActiveDuration); in add()
323 } else if (otherSrc.mDurations != null) { in add()
[all …]