Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessStateRecord.java175 private boolean mHasStartedServices; field in ProcessStateRecord
534 if (mHasStartedServices) { in getSetAdjWithServices()
716 mHasStartedServices = hasStartedServices; in setHasStartedServices()
726 return mHasStartedServices; in hasStartedServices()
1418 if (mHasStartedServices) { in dump()
1419 pw.print(prefix); pw.print("hasStartedServices="); pw.println(mHasStartedServices); in dump()