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

/frameworks/base/services/java/com/android/server/am/
H A DProcessRecord.java79 boolean hasClientActivities; // Are there any client services with activities? field in class:ProcessRecord
232 if (hasActivities || hasClientActivities || foregroundActivities) {
234 pw.print(" hasClientActivities="); pw.print(hasClientActivities);

Completed in 23 milliseconds