OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasStartedServices
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/am/
ProcessRecord.java
113
boolean
hasStartedServices
; // Are there any started services running in this process?
347
if (
hasStartedServices
) {
348
pw.print(prefix); pw.print("
hasStartedServices
="); pw.println(
hasStartedServices
);
[
all
...]
ActivityManagerService.java
[
all
...]
Completed in 747 milliseconds