Home
last modified time | relevance | path

Searched refs:mLastNotificationMillis (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DAlertRateLimiter.java25 private long mLastNotificationMillis = 0; field in AlertRateLimiter
28 final long millisSinceLast = now - mLastNotificationMillis; in shouldRateLimitAlert()
32 mLastNotificationMillis = now; in shouldRateLimitAlert()
/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/
H A DLingerMonitor.java83 private long mLastNotificationMillis; field in LingerMonitor
100 mLastNotificationMillis = -rateLimitMillis; in LingerMonitor()
307 final long millisSinceLast = now - mLastNotificationMillis; in isRateLimited()
311 mLastNotificationMillis = now; in isRateLimited()