Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessStateRecord.java173 private boolean mHasStartedServices; field in ProcessStateRecord
523 if (mHasStartedServices) { in getSetAdjWithServices()
690 mHasStartedServices = hasStartedServices; in setHasStartedServices()
700 return mHasStartedServices; in hasStartedServices()
1370 if (mHasStartedServices) { in dump()
1371 pw.print(prefix); pw.print("hasStartedServices="); pw.println(mHasStartedServices); in dump()