Searched refs:mTotalActiveCount (Results 1 – 1 of 1) sorted by relevance
56 private int mTotalActiveCount; field in AssociationState199 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 …]