Searched refs:hasForegroundServices (Results 1 – 6 of 6) sorted by relevance
1068 void setHasForegroundServices(boolean hasForegroundServices, int fgServiceTypes) { in setHasForegroundServices() argument1069 mHasForegroundServices = hasForegroundServices; in setHasForegroundServices()1071 mWindowProcessController.setHasForegroundServices(hasForegroundServices); in setHasForegroundServices()1074 boolean hasForegroundServices() { in hasForegroundServices() method in ProcessRecord
508 if (app.hasForegroundServices()) { in updateOomAdjLocked()960 if (app.hasForegroundServices()) { in computeOomAdjLocked()993 if (app.hasForegroundServices() && adj > ProcessList.PERCEPTIBLE_RECENT_FOREGROUND_APP_ADJ in computeOomAdjLocked()
11765 } else if (r.hasForegroundServices()) { in writeProcessOomListToProto()11863 } else if (r.hasForegroundServices()) { in dumpProcessOomList()16661 if (isForeground != proc.hasForegroundServices() in updateProcessForegroundLocked()
895 callerApp.hasForegroundServices() ? 1 : 0); in logAbortedBgActivityStart()
1854 if (proc.hasForegroundServices()) { in cleanUpRemovedTaskLocked()
3527 HSPLcom/android/server/am/ProcessRecord;->hasForegroundServices()Z17587 PLcom/android/server/wm/WindowProcessController;->hasForegroundServices()Z