Searched refs:mTotalTimeActive (Results 1 – 6 of 6) sorted by relevance
58 public long mTotalTimeActive; field in ConfigurationStats77 mTotalTimeActive = stats.mTotalTimeActive; in ConfigurationStats()118 return mTotalTimeActive; in getTotalTimeActive()145 dest.writeLong(mTotalTimeActive); in writeToParcel()159 stats.mTotalTimeActive = source.readLong();
268 temp.mTotalTimeActive = configStats.mTotalTimeActive; in loadConfigStats()277 configStats.mTotalTimeActive = proto.readLong( in loadConfigStats()410 configStats.mTotalTimeActive); in writeConfigStats()
200 temp.mTotalTimeActive = configStats.mTotalTimeActive; in loadConfigStats()209 configStats.mTotalTimeActive = proto.readLong( in loadConfigStats()375 configStats.mTotalTimeActive); in writeConfigStats()
194 configStats.mTotalTimeActive = XmlUtils.readLongAttribute(parser, TOTAL_TIME_ACTIVE_ATTR); in loadConfigStats()
372 activeStats.mTotalTimeActive += timeStamp - activeStats.mLastTimeActive; in updateConfigurationStats()
1051 pw.printPair("totalTime", formatElapsedTime(config.mTotalTimeActive, prettyDates)); in printIntervalStats()