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

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

Completed in 6 milliseconds