Searched defs:hasStartedServices (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java114 boolean hasStartedServices; // Are there any started services running in this process? field in class:ProcessRecord
383 if (hasStartedServices) {
384 pw.print(prefix); pw.print("hasStartedServices="); pw.println(hasStartedServices);
801 if (hasStartedServices) {

Completed in 64 milliseconds