Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/procstats/
DProcessState.java148 private int mNumStartedServices; field in ProcessState
213 pnew.mNumStartedServices = mNumStartedServices; in clone()
351 return mActive || mNumActiveServices > 0 || mNumStartedServices > 0 in isInUse()
377 state = mNumStartedServices > 0 in setState()
472 + " to " + (mNumStartedServices+1), here); in incStartedServices()
477 mNumStartedServices++; in incStartedServices()
478 if (mNumStartedServices == 1 && mCurCombinedState == STATE_NOTHING) { in incStartedServices()
488 + " to " + (mNumStartedServices-1), here); in decStartedServices()
493 mNumStartedServices--; in decStartedServices()
494 … if (mNumStartedServices == 0 && (mCurCombinedState %STATE_COUNT) == STATE_SERVICE_RESTARTING) { in decStartedServices()
[all …]