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.java2276 svc.mBoundStartTime, now, totalTime, !dumpSummary || dumpAll); in dumpLocked()
2694 svc.mBoundState, svc.mBoundStartTime, now); in dumpCheckinLocked()
3492 long mBoundStartTime; field in ProcessStats.ServiceState
3596 mRunStartTime = mStartedStartTime = mBoundStartTime = mExecStartTime = now; in resetSafely()
3629 addDuration(SERVICE_BOUND + (mBoundState*SERVICE_COUNT), now - mBoundStartTime); in commitStateTime()
3630 mBoundStartTime = now; in commitStateTime()
3699 now - mBoundStartTime); in setBound()
3704 mBoundStartTime = now; in setBound()