Searched refs:hasNonShortForegroundServices (Results 1 – 3 of 3) sorted by relevance
219 boolean hasNonShortForegroundServices() { in hasNonShortForegroundServices() method in ProcessServiceRecord241 if (hasNonShortForegroundServices()) { // Any non-short FGS running? in areAllShortForegroundServicesProcstateTimedOut()
1941 final boolean hasNonShortForegroundServices = psr.hasNonShortForegroundServices(); in computeOomAdjLSP()1952 if (hasForegroundServices && hasNonShortForegroundServices) { in computeOomAdjLSP()2001 if (psr.hasNonShortForegroundServices()) { in computeOomAdjLSP()
2160 HSPLcom/android/server/am/ProcessServiceRecord;->hasNonShortForegroundServices()Z