Searched refs:isShortFgs (Results 1 – 5 of 5) sorted by relevance
1011 if (isShortFgs() && mShortFgsInfo != null) { in dump()1318 if (isShortFgs()) { // Short-FGS should always stop if killed. in canStopIfKilled()1798 public boolean isShortFgs() { in isShortFgs() method in ServiceRecord1809 return isShortFgs() ? mShortFgsInfo : null; in getShortFgsInfo()1835 if (!this.startRequested || !isShortFgs() || mShortFgsInfo == null in shouldTriggerShortFgsTimedEvent()
261 if (!sr.isShortFgs() || !sr.hasShortFgsInfo()) { in areAllShortForegroundServicesProcstateTimedOut()
2332 final boolean isOldTypeShortFgs = r.isShortFgs(); in setServiceForegroundInnerLocked()3149 + (r.isShortFgs() ? mAm.mConstants.mFgsNotificationDeferralIntervalForShort in startFgsDeferralTimerLocked()3170 + (r.isShortFgs() ? mAm.mConstants.mFgsNotificationDeferralExclusionTimeForShort in startFgsDeferralTimerLocked()3567 if (!sr.isShortFgs()) { in maybeUpdateShortFgsTrackingLocked()3609 if (!sr.isShortFgs()) { in maybeStopShortFgsTimeoutLocked()6274 if (r.isShortFgs()) { in bringDownServiceLocked()8960 + (r.isShortFgs() ? " (Called on SHORT_SERVICE)" : ""); in logFgsBackgroundStart()
1095 HSPLcom/android/server/am/ServiceRecord;->isShortFgs()Z
7124 HPLcom/android/server/am/ServiceRecord;->isShortFgs()Z