Searched refs:mHasForegroundServices (Results 1 – 3 of 3) sorted by relevance
48 private boolean mHasForegroundServices; field in ProcessServiceRecord168 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()
612 private boolean mHasForegroundServices; field in ApplicationExitInfo1113 return mHasForegroundServices; in hasForegroundServices()1122 mHasForegroundServices = hasForegroundServices; in setHasForegroundServices()1190 mHasForegroundServices = other.mHasForegroundServices; in ApplicationExitInfo()
156 private volatile boolean mHasForegroundServices; field in WindowProcessController443 mHasForegroundServices = hasForegroundServices; in setHasForegroundServices()447 return mHasForegroundServices; in hasForegroundServices()