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

/frameworks/base/services/java/com/android/server/am/
H A DProcessRecord.java91 boolean foregroundServices; // Running any services that are foreground? field in class:ProcessRecord
258 if (setIsForeground || foregroundServices || forcingToForeground != null) {
260 pw.print(" foregroundServices="); pw.print(foregroundServices);

Completed in 50 milliseconds