Searched refs:foregroundServices (Results 1 – 3 of 3) sorted by relevance
80 boolean foregroundServices; // Running any services that are foreground? field in ProcessRecord223 if (setIsForeground || foregroundServices || forcingToForeground != null) { in dump()225 pw.print(" foregroundServices="); pw.print(foregroundServices); in dump()
418 if (anyForeground != proc.foregroundServices) { in updateServiceForegroundLocked()419 proc.foregroundServices = anyForeground; in updateServiceForegroundLocked()
4150 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()