Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java471 int mStartForegroundCount; field in ServiceRecord
601 private int mStartForegroundCount; field in ServiceRecord.ShortFgsInfo
616 this.mStartForegroundCount = ServiceRecord.this.mStartForegroundCount; in update()
625 return mStartForegroundCount; in getStartForegroundCount()
641 return this.mStartForegroundCount == ServiceRecord.this.mStartForegroundCount; in isCurrent()
662 return "sfc=" + this.mStartForegroundCount in getDescription()
998 pw.println(mStartForegroundCount); in dump()
1878 + " sfc=" + this.mStartForegroundCount in getShortFgsTimedEventDescription()
DForegroundServiceTypeLoggerModule.java521 r.mStartForegroundCount, in logFgsApiEvent()
DActiveServices.java2471 } else if (r.mStartForegroundCount == 0) { in setServiceForegroundInnerLocked()
2503 } else if (r.mStartForegroundCount >= 1) { in setServiceForegroundInnerLocked()
2654 r.mStartForegroundCount++; in setServiceForegroundInnerLocked()
8688 + "; startForegroundCount:" + r.mStartForegroundCount in shouldAllowFgsStartForegroundWithBindingCheckLocked()
9026 r.mStartForegroundCount, in logFGSStateChangeLocked()
9076 r.mStartForegroundCount, in logFGSStateChangeLocked()