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/procstats/
DServiceState.java76 private long mBoundStartTime; field in ServiceState
217 mRunStartTime = mStartedStartTime = mBoundStartTime = mExecStartTime = now; in resetSafely()
252 now - mBoundStartTime); in commitStateTime()
253 mBoundStartTime = now; in commitStateTime()
323 now - mBoundStartTime); in setBound()
328 mBoundStartTime = now; in setBound()
371 mBoundStartTime, now, totalTime, !dumpSummary || dumpAll); in dumpStats()
451 ServiceState.SERVICE_BOUND, mBoundCount, mBoundState, mBoundStartTime, now); in dumpTimesCheckin()