Home
last modified time | relevance | path

Searched refs:mStartedCount (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/procstats/
DServiceState.java70 private int mStartedCount; field in ServiceState
206 mStartedCount += other.mStartedCount; in add()
214 mStartedCount = mStartedState != STATE_NOTHING ? 1 : 0; in resetSafely()
223 out.writeInt(mStartedCount); in writeToParcel()
233 mStartedCount = in.readInt(); in readFromParcel()
299 mStartedCount++; in updateStartedState()
367 mStartedCount, ServiceState.SERVICE_STARTED, mStartedState, in dumpStats()
449 ServiceState.SERVICE_STARTED, mStartedCount, mStartedState, mStartedStartTime, now); in dumpTimesCheckin()