Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/procstats/
DAssociationState.java637 SourceState mySrc = mSources.get(key); in add() local
639 if (mySrc == null) { in add()
640 mySrc = new SourceState(mProcessStats, this, mProc, key); in add()
641 mSources.put(key, mySrc); in add()
645 Slog.w(TAG, "Adding tot duration " + mySrc.mDuration + "+" in add()
649 + mySrc.mKey.mProcess + " to assoc " + mName); in add()
650 if ((mySrc.mDuration + otherSrc.mDuration) > mTotalDuration) { in add()
653 Slog.w(TAG, "Source tot duration " + mySrc.mDuration + "+" in add()
657 + mySrc.mKey.mProcess + " to assoc " + mName, ex); in add()
659 if (mySrc.mActiveDurations == null && otherSrc.mActiveDurations == null) { in add()
[all …]