Searched refs:mTimePeriodEndUptime (Results 1 – 2 of 2) sorted by relevance
203 public long mTimePeriodEndUptime; field in ProcessStats356 mTimePeriodEndUptime += other.mTimePeriodEndUptime - other.mTimePeriodStartUptime; in add()575 mTimePeriodStartUptime = mTimePeriodEndUptime = SystemClock.uptimeMillis(); in resetCommon()852 out.writeLong(mTimePeriodEndUptime); in writeToParcel()1039 mTimePeriodEndUptime = in.readLong(); in readFromParcel()1870 (mRunning ? SystemClock.uptimeMillis() : mTimePeriodEndUptime) in dumpTotalsLocked()2131 proto.write(ProcessStatsSectionProto.END_UPTIME_MS, mTimePeriodEndUptime); in writeToProto()
253 mProcessStats.mTimePeriodEndUptime = now; in writeStateLocked()512 mProcessStats.mTimePeriodEndUptime = now;634 mProcessStats.mTimePeriodEndUptime = now;