Searched refs:mTimePeriodEndUptime (Results 1 – 3 of 3) sorted by relevance
224 public long mTimePeriodEndUptime; field in ProcessStats410 mTimePeriodEndUptime += other.mTimePeriodEndUptime - other.mTimePeriodStartUptime; in add()640 mTimePeriodStartUptime = mTimePeriodEndUptime = SystemClock.uptimeMillis(); in resetCommon()918 out.writeLong(mTimePeriodEndUptime); in writeToParcel()1114 mTimePeriodEndUptime = in.readLong(); in readFromParcel()1603 (mRunning ? SystemClock.uptimeMillis() : mTimePeriodEndUptime) in dumpLocked()2459 (int) TimeUnit.MILLISECONDS.toSeconds(mTimePeriodEndUptime), in dumpProcessAssociation()2462 mTimePeriodEndUptime - mTimePeriodStartUptime), in dumpProcessAssociation()2474 proto.write(ProcessStatsSectionProto.END_UPTIME_MS, mTimePeriodEndUptime); in dumpProtoPreamble()
1622 (int) TimeUnit.MILLISECONDS.toSeconds(processStats.mTimePeriodEndUptime), in dumpStateDurationToStatsd()1625 processStats.mTimePeriodEndUptime in dumpStateDurationToStatsd()
290 mProcessStats.mTimePeriodEndUptime = now; in writeStateLocked()588 mProcessStats.mTimePeriodEndUptime = now;734 mProcessStats.mTimePeriodEndUptime = now;811 mProcessStats.mTimePeriodEndUptime = now;