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/
DProcessStats.java2272 svc.mStartedCount, ServiceState.SERVICE_STARTED, svc.mStartedState, in dumpLocked()
2690 svc, ServiceState.SERVICE_STARTED, svc.mStartedCount, in dumpCheckinLocked()
3486 int mStartedCount; field in ProcessStats.ServiceState
3585 mStartedCount += other.mStartedCount; in add()
3593 mStartedCount = mStartedState != STATE_NOTHING ? 1 : 0; in resetSafely()
3602 out.writeInt(mStartedCount); in writeToParcel()
3612 mStartedCount = in.readInt(); in readFromParcel()
3675 mStartedCount++; in updateStartedState()