Searched refs:mHasForegroundServices (Results 1 – 2 of 2) sorted by relevance
190 private boolean mHasForegroundServices; // Running any services that are foreground? field in ProcessRecord494 if (mHasForegroundServices || forcingToImportant != null) { in dump()495 pw.print(prefix); pw.print("mHasForegroundServices="); pw.print(mHasForegroundServices); in dump()1220 mHasForegroundServices = hasForegroundServices; in setHasForegroundServices()1226 return mHasForegroundServices; in hasForegroundServices()1230 return mHasForegroundServices in hasLocationForegroundServices()1239 return mHasForegroundServices ? mFgServiceTypes : 0; in getForegroundServiceTypes()
130 private volatile boolean mHasForegroundServices; field in WindowProcessController312 mHasForegroundServices = hasForegroundServices; in setHasForegroundServices()316 return mHasForegroundServices; in hasForegroundServices()