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
199 mAssociationState.mTotalActiveCount++; in startActive()
633 mTotalActiveCount += other.mTotalActiveCount; in add()
688 mTotalCount = mTotalActiveCount = 0; in resetSafely()
702 mTotalActiveCount = 1; in resetSafely()
705 mTotalActiveCount = 0; in resetSafely()
714 out.writeInt(mTotalActiveCount); in writeToParcel()
733 mTotalActiveCount = in.readInt(); in readFromParcel()
848 if (totalDuration > 0 || mTotalActiveCount != 0) { in dumpStats()
851 pw.print(mTotalActiveCount); in dumpStats()
[all …]