Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessServiceRecord.java51 private boolean mHasForegroundServices; field in ProcessServiceRecord
181 mHasForegroundServices = hasForegroundServices; in setHasForegroundServices()
196 return mHasForegroundServices; in hasForegroundServices()
212 return mHasForegroundServices ? mFgServiceTypes : 0; in getForegroundServiceTypes()
233 if (!mHasForegroundServices) { in hasNonShortForegroundServices()
251 if (!mHasForegroundServices) { // Process has no FGS? in areAllShortForegroundServicesProcstateTimedOut()
705 if (mHasForegroundServices || mApp.mState.getForcingToImportant() != null) { in dump()
706 pw.print(prefix); pw.print("mHasForegroundServices="); pw.print(mHasForegroundServices); in dump()
/frameworks/base/core/java/android/app/
DApplicationExitInfo.java621 private boolean mHasForegroundServices; field in ApplicationExitInfo
1123 return mHasForegroundServices; in hasForegroundServices()
1132 mHasForegroundServices = hasForegroundServices; in setHasForegroundServices()
1200 mHasForegroundServices = other.mHasForegroundServices; in ApplicationExitInfo()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowProcessController.java162 private volatile boolean mHasForegroundServices; field in WindowProcessController
486 mHasForegroundServices = hasForegroundServices; in setHasForegroundServices()
490 return mHasForegroundServices; in hasForegroundServices()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DMockingOomAdjusterTests.java3158 boolean mHasForegroundServices = false; field in MockingOomAdjusterTests.ProcessRecordBuilder
3251 services.setHasForegroundServices(mHasForegroundServices, mFgServiceTypes, in build()