Searched refs:mHasForegroundServices (Results 1 – 2 of 2) sorted by relevance
176 private boolean mHasForegroundServices; // Running any services that are foreground? field in ProcessRecord433 if (mHasForegroundServices || forcingToImportant != null) { in dump()434 pw.print(prefix); pw.print("mHasForegroundServices="); pw.print(mHasForegroundServices); in dump()1072 mHasForegroundServices = hasForegroundServices; in setHasForegroundServices()1078 return mHasForegroundServices; in hasForegroundServices()1082 return mHasForegroundServices in hasLocationForegroundServices()1087 return mHasForegroundServices ? mFgServiceTypes : 0; in getForegroundServiceTypes()
120 private volatile boolean mHasForegroundServices; field in WindowProcessController273 mHasForegroundServices = hasForegroundServices; in setHasForegroundServices()277 return mHasForegroundServices; in hasForegroundServices()