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.java80 boolean foregroundServices; // Running any services that are foreground? field in ProcessRecord
223 if (setIsForeground || foregroundServices || forcingToForeground != null) { in dump()
225 pw.print(" foregroundServices="); pw.print(foregroundServices); in dump()
DActiveServices.java418 if (anyForeground != proc.foregroundServices) { in updateServiceForegroundLocked()
419 proc.foregroundServices = anyForeground; in updateServiceForegroundLocked()
DActivityManagerService.java4150 app.foregroundServices = false; in attachApplicationLocked()
4808 pr.foregroundServices = false;
10106 } else if (r.foregroundServices) { in dumpProcessOomList()
10723 app.foregroundServices = false; in cleanUpApplicationRecordLocked()
12736 if (app.foregroundServices) { in computeOomAdjLocked()
12752 if (app.foregroundServices) { in computeOomAdjLocked()