Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java175 boolean hasStartedServices; // Are there any started services running in this process? field in ProcessRecord
469 if (hasStartedServices) { in dump()
470 pw.print(prefix); pw.print("hasStartedServices="); pw.println(hasStartedServices); in dump()
906 if (hasStartedServices) { in getSetAdjWithServices()
DOomAdjuster.java1101 app.hasStartedServices = false; in computeOomAdjLocked()
1135 app.hasStartedServices = true; in computeOomAdjLocked()