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/
DProcessStats.java2279 svc.mExecStartTime, now, totalTime, !dumpSummary || dumpAll); in dumpLocked()
2697 svc.mExecState, svc.mExecStartTime, now); in dumpCheckinLocked()
3496 long mExecStartTime; field in ProcessStats.ServiceState
3596 mRunStartTime = mStartedStartTime = mBoundStartTime = mExecStartTime = now; in resetSafely()
3633 addDuration(SERVICE_EXEC + (mExecState*SERVICE_COUNT), now - mExecStartTime); in commitStateTime()
3634 mExecStartTime = now; in commitStateTime()
3716 addDuration(SERVICE_EXEC + (mExecState*SERVICE_COUNT), now - mExecStartTime); in setExecuting()
3721 mExecStartTime = now; in setExecuting()