Searched refs:mHasForegroundServices (Results 1 – 1 of 1) sorted by relevance
175 private boolean mHasForegroundServices; // Running any services that are foreground? field in ProcessRecord430 if (mHasForegroundServices || forcingToImportant != null) { in dump()431 pw.print(prefix); pw.print("mHasForegroundServices="); pw.print(mHasForegroundServices); in dump()1069 mHasForegroundServices = hasForegroundServices; in setHasForegroundServices()1075 return mHasForegroundServices; in hasForegroundServices()1079 return mHasForegroundServices in hasLocationForegroundServices()1084 return mHasForegroundServices ? mFgServiceTypes : 0; in getForegroundServiceTypes()