Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java175 private boolean mHasForegroundServices; // Running any services that are foreground? field in ProcessRecord
430 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()