Home
last modified time | relevance | path

Searched refs:hasNonShortForegroundServices (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessServiceRecord.java219 boolean hasNonShortForegroundServices() { in hasNonShortForegroundServices() method in ProcessServiceRecord
241 if (hasNonShortForegroundServices()) { // Any non-short FGS running? in areAllShortForegroundServicesProcstateTimedOut()
H A DOomAdjuster.java1941 final boolean hasNonShortForegroundServices = psr.hasNonShortForegroundServices(); in computeOomAdjLSP()
1952 if (hasForegroundServices && hasNonShortForegroundServices) { in computeOomAdjLSP()
2001 if (psr.hasNonShortForegroundServices()) { in computeOomAdjLSP()
/aosp14/frameworks/base/services/
H A Dart-profile2160 HSPLcom/android/server/am/ProcessServiceRecord;->hasNonShortForegroundServices()Z