HomeSort by relevance Sort by last modified time
    Searched refs:hasStartedServices (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 90 boolean hasStartedServices; // Are there any started services running in this process?
271 if (hasStartedServices) {
272 pw.print(prefix); pw.print("hasStartedServices="); pw.println(hasStartedServices);
589 if (hasStartedServices) {
ActivityManagerService.java     [all...]

Completed in 36 milliseconds