Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/procstats/
DServiceState.java68 private long mExecStartTime; field in ServiceState
230 mRunStartTime = mStartedStartTime = mBoundStartTime = mExecStartTime = in resetSafely()
273 now - mExecStartTime); in commitStateTime()
274 mExecStartTime = now; in commitStateTime()
363 now - mExecStartTime); in setExecuting()
368 mExecStartTime = now; in setExecuting()
417 mExecStartTime, now, totalTime, !dumpSummary || dumpAll); in dumpStats()
514 ServiceState.SERVICE_EXEC, mExecCount, mExecState, mExecStartTime, now);
580 ServiceState.SERVICE_EXEC, mExecCount, mExecState, mExecStartTime, now);