Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DProcessStats.java2243 svc.mBoundStartTime, now, totalTime, !dumpSummary || dumpAll); in dumpLocked()
2661 svc.mBoundState, svc.mBoundStartTime, now); in dumpCheckinLocked()
3459 long mBoundStartTime; field in ProcessStats.ServiceState
3563 mRunStartTime = mStartedStartTime = mBoundStartTime = mExecStartTime = now; in resetSafely()
3596 addDuration(SERVICE_BOUND + (mBoundState*SERVICE_COUNT), now - mBoundStartTime); in commitStateTime()
3597 mBoundStartTime = now; in commitStateTime()
3666 now - mBoundStartTime); in setBound()
3671 mBoundStartTime = now; in setBound()