Searched refs:mTimePeriodEndUptime (Results 1 – 2 of 2) sorted by relevance
179 public long mTimePeriodEndUptime; field in ProcessStats322 mTimePeriodEndUptime += other.mTimePeriodEndUptime - other.mTimePeriodStartUptime; in add()532 mTimePeriodStartUptime = mTimePeriodEndUptime = SystemClock.uptimeMillis(); in resetCommon()802 out.writeLong(mTimePeriodEndUptime); in writeToParcel()980 mTimePeriodEndUptime = in.readLong(); in readFromParcel()1579 (mRunning ? SystemClock.uptimeMillis() : mTimePeriodEndUptime) in dumpTotalsLocked()1817 proto.write(ProcessStatsSectionProto.END_UPTIME_MS, mTimePeriodEndUptime); in writeToProto()
230 mProcessStats.mTimePeriodEndUptime = now; in writeStateLocked()462 mProcessStats.mTimePeriodEndUptime = now;495 mProcessStats.mTimePeriodEndUptime = now;