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