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

/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessState.java140 private int mNumStartedServices; field in class:ProcessState
200 pnew.mNumStartedServices = mNumStartedServices;
326 return mActive || mNumActiveServices > 0 || mNumStartedServices > 0
351 state = mNumStartedServices > 0
427 + " to " + (mNumStartedServices+1), here);
432 mNumStartedServices++;
433 if (mNumStartedServices == 1 && mCurState == STATE_NOTHING) {
443 + " to " + (mNumStartedServices-1), here);
448 mNumStartedServices
[all...]

Completed in 45 milliseconds