Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java190 int mStartForegroundCount; field in ServiceRecord
461 pw.println(mStartForegroundCount); in dump()
H A DActiveServices.java1777 if (r.mStartForegroundCount == 0) { in setServiceForegroundInnerLocked()
1806 } else if (r.mStartForegroundCount >= 1) { in setServiceForegroundInnerLocked()
1886 r.mStartForegroundCount++; in setServiceForegroundInnerLocked()
6122 + "; startForegroundCount:" + r.mStartForegroundCount in shouldAllowFgsStartForegroundLocked()
6377 r.mStartForegroundCount, in logFGSStateChangeLocked()