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