Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessServiceRecord.java48 private boolean mHasForegroundServices; field in ProcessServiceRecord
168 mHasForegroundServices = hasForegroundServices; in setHasForegroundServices()
183 return mHasForegroundServices; in hasForegroundServices()
199 return mHasForegroundServices ? mFgServiceTypes : 0; in getForegroundServiceTypes()
220 if (!mHasForegroundServices) { in hasNonShortForegroundServices()
238 if (!mHasForegroundServices) { // Process has no FGS? in areAllShortForegroundServicesProcstateTimedOut()
614 if (mHasForegroundServices || mApp.mState.getForcingToImportant() != null) { in dump()
615 pw.print(prefix); pw.print("mHasForegroundServices="); pw.print(mHasForegroundServices); in dump()
/aosp14/frameworks/base/core/java/android/app/
H A DApplicationExitInfo.java612 private boolean mHasForegroundServices; field in ApplicationExitInfo
1113 return mHasForegroundServices; in hasForegroundServices()
1122 mHasForegroundServices = hasForegroundServices; in setHasForegroundServices()
1190 mHasForegroundServices = other.mHasForegroundServices; in ApplicationExitInfo()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowProcessController.java156 private volatile boolean mHasForegroundServices; field in WindowProcessController
443 mHasForegroundServices = hasForegroundServices; in setHasForegroundServices()
447 return mHasForegroundServices; in hasForegroundServices()