Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/app/procstats/
H A DAssociationState.java380 void add(SourceState otherSrc) { in add() argument
381 mCount += otherSrc.mCount; in add()
382 mDuration += otherSrc.mDuration; in add()
383 mActiveCount += otherSrc.mActiveCount; in add()
384 if (otherSrc.mActiveDuration != 0 || otherSrc.mActiveDurations != null) { in add()
393 otherSrc.mActiveDuration); in add()
416 otherSrc.mActiveDuration); in add()
647 + otherSrc.mDuration in add()
655 + otherSrc.mDuration in add()
670 + otherSrc.mActiveDuration in add()
[all …]