Searched refs:mLastNotificationMillis (Results 1 – 1 of 1) sorted by relevance
25 private long mLastNotificationMillis = 0; field in AlertRateLimiter28 final long millisSinceLast = now - mLastNotificationMillis; in shouldRateLimitAlert()32 mLastNotificationMillis = now; in shouldRateLimitAlert()