Searched refs:mNumStartedServices (Results 1 – 1 of 1) sorted by relevance
2153 if (proc.mNumActiveServices != 0 || proc.mNumStartedServices != 0) { in dumpProcessInternalLocked()2156 pw.println(proc.mNumStartedServices); in dumpProcessInternalLocked()2915 int mNumStartedServices; field in ProcessStats.ProcessState2986 pnew.mNumStartedServices = mNumStartedServices; in clone()3093 return mActive || mNumActiveServices > 0 || mNumStartedServices > 0 in isInUse()3108 state = mNumStartedServices > 0 in setState()3184 + " to " + (mNumStartedServices+1), here); in incStartedServices()3189 mNumStartedServices++; in incStartedServices()3190 if (mNumStartedServices == 1 && mCurState == STATE_NOTHING) { in incStartedServices()3200 + " to " + (mNumStartedServices-1), here); in decStartedServices()[all …]