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 LingerMonitor281 final long millisSinceLast = now - mLastNotificationMillis; in isRateLimited()285 mLastNotificationMillis = now; in isRateLimited()