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.java2239 svc.mStartedCount, ServiceState.SERVICE_STARTED, svc.mStartedState, in dumpLocked()
2657 svc, ServiceState.SERVICE_STARTED, svc.mStartedCount, in dumpCheckinLocked()
3453 int mStartedCount; field in ProcessStats.ServiceState
3552 mStartedCount += other.mStartedCount; in add()
3560 mStartedCount = mStartedState != STATE_NOTHING ? 1 : 0; in resetSafely()
3569 out.writeInt(mStartedCount); in writeToParcel()
3579 mStartedCount = in.readInt(); in readFromParcel()
3642 mStartedCount++; in updateStartedState()