Searched refs:mStartedStartTime (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | ServiceState.java | 60 private long mStartedStartTime; field in ServiceState 230 mRunStartTime = mStartedStartTime = mBoundStartTime = mExecStartTime = in resetSafely() 263 now - mStartedStartTime); in commitStateTime() 264 mStartedStartTime = now; in commitStateTime() 319 now - mStartedStartTime); in updateStartedState() 324 mStartedStartTime = now; in updateStartedState() 408 mStartedStartTime, now, totalTime, !dumpSummary || dumpAll); in dumpStats() 507 ServiceState.SERVICE_STARTED, mStartedCount, mStartedState, mStartedStartTime, now); 567 ServiceState.SERVICE_STARTED, mStartedCount, mStartedState, mStartedStartTime, now);
|