Searched refs:mTotalStartUptime (Results 1 – 1 of 1) sorted by relevance
51 private long mTotalStartUptime; field in AssociationState357 - mAssociationState.mTotalStartUptime; in stopTracking()596 + (mTotalNesting > 0 ? (now - mTotalStartUptime) : 0); in getTotalDuration()622 mTotalStartUptime = now; in startSource()699 mTotalStartUptime = now; in resetSafely()773 mTotalDuration += nowUptime - mTotalStartUptime; in commitStateTime()774 mTotalStartUptime = nowUptime; in commitStateTime()871 totalDuration += now - mTotalStartUptime; in dumpStats()892 TimeUtils.formatDuration(mTotalStartUptime, now, pw); in dumpStats()