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()
78 private long mLastNotificationMillis; field in LingerMonitor94 mLastNotificationMillis = -rateLimitMillis; in LingerMonitor()283 final long millisSinceLast = now - mLastNotificationMillis; in isRateLimited()287 mLastNotificationMillis = now; in isRateLimited()