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.java176 private boolean mHasForegroundServices; // Running any services that are foreground? field in ProcessRecord
433 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()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowProcessController.java120 private volatile boolean mHasForegroundServices; field in WindowProcessController
273 mHasForegroundServices = hasForegroundServices; in setHasForegroundServices()
277 return mHasForegroundServices; in hasForegroundServices()