Searched refs:mHasForegroundServices (Results 1 – 4 of 4) sorted by relevance
51 private boolean mHasForegroundServices; field in ProcessServiceRecord181 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()
621 private boolean mHasForegroundServices; field in ApplicationExitInfo1123 return mHasForegroundServices; in hasForegroundServices()1132 mHasForegroundServices = hasForegroundServices; in setHasForegroundServices()1200 mHasForegroundServices = other.mHasForegroundServices; in ApplicationExitInfo()
162 private volatile boolean mHasForegroundServices; field in WindowProcessController486 mHasForegroundServices = hasForegroundServices; in setHasForegroundServices()490 return mHasForegroundServices; in hasForegroundServices()
3158 boolean mHasForegroundServices = false; field in MockingOomAdjusterTests.ProcessRecordBuilder3251 services.setHasForegroundServices(mHasForegroundServices, mFgServiceTypes, in build()