Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/procstats/
DAssociationState.java56 private int mTotalActiveCount; field in AssociationState
198 mAssociationState.mTotalActiveCount++; in startActive()
632 mTotalActiveCount += other.mTotalActiveCount; in add()
687 mTotalCount = mTotalActiveCount = 0; in resetSafely()
701 mTotalActiveCount = 1; in resetSafely()
704 mTotalActiveCount = 0; in resetSafely()
713 out.writeInt(mTotalActiveCount); in writeToParcel()
732 mTotalActiveCount = in.readInt(); in readFromParcel()
847 if (totalDuration > 0 || mTotalActiveCount != 0) { in dumpStats()
850 pw.print(mTotalActiveCount); in dumpStats()
[all …]