Home
last modified time | relevance | path

Searched refs:mHasForegroundServices (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java190 private boolean mHasForegroundServices; // Running any services that are foreground? field in ProcessRecord
494 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()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowProcessController.java130 private volatile boolean mHasForegroundServices; field in WindowProcessController
312 mHasForegroundServices = hasForegroundServices; in setHasForegroundServices()
316 return mHasForegroundServices; in hasForegroundServices()