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

/frameworks/base/core/java/com/android/internal/app/procstats/
H A DServiceState.java76 private long mBoundStartTime; field in class:ServiceState
217 mRunStartTime = mStartedStartTime = mBoundStartTime = mExecStartTime = now;
252 now - mBoundStartTime);
253 mBoundStartTime = now;
323 now - mBoundStartTime);
328 mBoundStartTime = now;
371 mBoundStartTime, now, totalTime, !dumpSummary || dumpAll);
451 ServiceState.SERVICE_BOUND, mBoundCount, mBoundState, mBoundStartTime, now);

Completed in 27 milliseconds