Searched refs:fgDisplayTime (Results 1 – 2 of 2) sorted by relevance
115 long fgDisplayTime; // time at which the FGS notification should become visible field in ServiceRecord
2004 if (now < sr.fgDisplayTime) { in withinFgsDeferRateLimit()2098 if (r.mFgsNotificationDeferred && now >= r.fgDisplayTime) { in shouldShowFgsNotificationLocked()2177 when = Math.min(when, pending.fgDisplayTime); in startFgsDeferralTimerLocked()2185 r.fgDisplayTime = when; in startFgsDeferralTimerLocked()2214 if (r.fgDisplayTime <= now) {