Searched refs:mBoundStartTime (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | ServiceState.java | 64 private long mBoundStartTime; field in ServiceState 230 mRunStartTime = mStartedStartTime = mBoundStartTime = mExecStartTime = in resetSafely() 268 now - mBoundStartTime); in commitStateTime() 269 mBoundStartTime = now; in commitStateTime() 345 now - mBoundStartTime); in setBound() 350 mBoundStartTime = now; in setBound() 414 mBoundStartTime, now, totalTime, !dumpSummary || dumpAll); in dumpStats() 512 ServiceState.SERVICE_BOUND, mBoundCount, mBoundState, mBoundStartTime, now); 576 ServiceState.SERVICE_BOUND, mBoundCount, mBoundState, mBoundStartTime, now);
|