Searched refs:fgServiceTypes (Results 1 – 4 of 4) sorted by relevance
65 public void onForegroundServicesChanged(int pid, int uid, int fgServiceTypes) { in HomeVisibilityObserver()
1071 void setHasForegroundServices(boolean hasForegroundServices, int fgServiceTypes) { in setHasForegroundServices() argument1073 mFgServiceTypes = fgServiceTypes; in setHasForegroundServices()
1503 int fgServiceTypes = 0; in updateServiceForegroundLocked() local1508 fgServiceTypes |= sr.foregroundServiceType; in updateServiceForegroundLocked()1511 mAm.updateProcessForegroundLocked(proc, anyForeground, fgServiceTypes, oomAdj); in updateServiceForegroundLocked()
16776 int fgServiceTypes, boolean oomAdj) { in updateProcessForegroundLocked() argument16779 || proc.getForegroundServiceTypes() != fgServiceTypes) { in updateProcessForegroundLocked()16780 proc.setHasForegroundServices(isForeground, fgServiceTypes); in updateProcessForegroundLocked()16806 proc.setReportedForegroundServiceTypes(fgServiceTypes); in updateProcessForegroundLocked()16809 item.foregroundServiceTypes = fgServiceTypes; in updateProcessForegroundLocked()