Home
last modified time | relevance | path

Searched refs:mStartedStartTime (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/procstats/
DServiceState.java72 private long mStartedStartTime; field in ServiceState
217 mRunStartTime = mStartedStartTime = mBoundStartTime = mExecStartTime = now; in resetSafely()
247 now - mStartedStartTime); in commitStateTime()
248 mStartedStartTime = now; in commitStateTime()
297 now - mStartedStartTime); in updateStartedState()
302 mStartedStartTime = now; in updateStartedState()
368 mStartedStartTime, now, totalTime, !dumpSummary || dumpAll); in dumpStats()
449 ServiceState.SERVICE_STARTED, mStartedCount, mStartedState, mStartedStartTime, now); in dumpTimesCheckin()