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()
80 private long mLastNotificationMillis; field in LingerMonitor96 mLastNotificationMillis = -rateLimitMillis; in LingerMonitor()302 final long millisSinceLast = now - mLastNotificationMillis; in isRateLimited()306 mLastNotificationMillis = now; in isRateLimited()