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();
272 temp.mTotalTimeActive = configStats.mTotalTimeActive; in loadConfigStats()281 configStats.mTotalTimeActive = proto.readLong( in loadConfigStats()417 configStats.mTotalTimeActive); in writeConfigStats()
210 temp.mTotalTimeActive = configStats.mTotalTimeActive; in loadConfigStats()219 configStats.mTotalTimeActive = proto.readLong( in loadConfigStats()397 configStats.mTotalTimeActive); in writeConfigStats()
194 configStats.mTotalTimeActive = XmlUtils.readLongAttribute(parser, TOTAL_TIME_ACTIVE_ATTR); in loadConfigStats()
376 activeStats.mTotalTimeActive += timeStamp - activeStats.mLastTimeActive; in updateConfigurationStats()
1269 pw.printPair("totalTime", formatElapsedTime(config.mTotalTimeActive, prettyDates)); in printIntervalStats()