Searched refs:mLastNotificationMillis (Results 1 – 2 of 2) sorted by relevance
25 private long mLastNotificationMillis = 0; field in AlertRateLimiter28 final long millisSinceLast = now - mLastNotificationMillis; in shouldRateLimitAlert()32 mLastNotificationMillis = now; in shouldRateLimitAlert()
83 private long mLastNotificationMillis; field in LingerMonitor100 mLastNotificationMillis = -rateLimitMillis; in LingerMonitor()307 final long millisSinceLast = now - mLastNotificationMillis; in isRateLimited()311 mLastNotificationMillis = now; in isRateLimited()