Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DProcessStateRecord.java657 void setHasStartedServices(boolean hasStartedServices) { in setHasStartedServices() argument
658 mHasStartedServices = hasStartedServices; in setHasStartedServices()
662 boolean hasStartedServices() { in hasStartedServices() method in ProcessStateRecord