Searched refs:hasForegroundServices (Results 1 – 7 of 7) sorted by relevance
272 public void setHasForegroundServices(boolean hasForegroundServices) { in setHasForegroundServices() argument273 mHasForegroundServices = hasForegroundServices; in setHasForegroundServices()276 boolean hasForegroundServices() { in hasForegroundServices() method in WindowProcessController
895 callerApp.hasForegroundServices() ? 1 : 0); in logAbortedBgActivityStart()
1858 if (proc.hasForegroundServices()) { in cleanUpRemovedTaskLocked()
1071 void setHasForegroundServices(boolean hasForegroundServices, int fgServiceTypes) { in setHasForegroundServices() argument1072 mHasForegroundServices = hasForegroundServices; in setHasForegroundServices()1074 mWindowProcessController.setHasForegroundServices(hasForegroundServices); in setHasForegroundServices()1077 boolean hasForegroundServices() { in hasForegroundServices() method in ProcessRecord
512 if (app.hasForegroundServices()) { in updateOomAdjLocked()964 if (app.hasForegroundServices()) { in computeOomAdjLocked()997 if (app.hasForegroundServices() && adj > ProcessList.PERCEPTIBLE_RECENT_FOREGROUND_APP_ADJ in computeOomAdjLocked()
11824 } else if (r.hasForegroundServices()) { in writeProcessOomListToProto()11922 } else if (r.hasForegroundServices()) { in dumpProcessOomList()16778 if (isForeground != proc.hasForegroundServices() in updateProcessForegroundLocked()
3527 HSPLcom/android/server/am/ProcessRecord;->hasForegroundServices()Z17587 PLcom/android/server/wm/WindowProcessController;->hasForegroundServices()Z