Home
last modified time | relevance | path

Searched refs:foregroundServices (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
DProcessRecord.java91 boolean foregroundServices; // Running any services that are foreground? field in ProcessRecord
258 if (setIsForeground || foregroundServices || forcingToForeground != null) { in dump()
260 pw.print(" foregroundServices="); pw.print(foregroundServices); in dump()
DActiveServices.java598 if (anyForeground != proc.foregroundServices) { in updateServiceForegroundLocked()
599 proc.foregroundServices = anyForeground; in updateServiceForegroundLocked()
DActivityManagerService.java4904 app.foregroundServices = false; in attachApplicationLocked()
5607 pr.foregroundServices = false;
11566 } else if (r.foregroundServices) { in dumpProcessOomList()
12422 app.foregroundServices = false; in cleanUpApplicationRecordLocked()
14424 if (app.foregroundServices) { in computeOomAdjLocked()
14442 if (app.foregroundServices) { in computeOomAdjLocked()