Searched refs:mNumStartedServices (Results 1 – 1 of 1) sorted by relevance
154 private int mNumStartedServices; field in ProcessState224 pnew.mNumStartedServices = mNumStartedServices; in clone()410 return mActive || mNumActiveServices > 0 || mNumStartedServices > 0 in isInUse()436 state = mNumStartedServices > 0 in setState()537 + " to " + (mNumStartedServices+1), here); in incStartedServices()542 mNumStartedServices++; in incStartedServices()543 if (mNumStartedServices == 1 && mCurCombinedState == STATE_NOTHING) { in incStartedServices()553 + " to " + (mNumStartedServices-1), here); in decStartedServices()558 mNumStartedServices--; in decStartedServices()559 … if (mNumStartedServices == 0 && (mCurCombinedState %STATE_COUNT) == STATE_SERVICE_RESTARTING) { in decStartedServices()[all …]