Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DAlertRateLimiter.java25 private long mLastNotificationMillis = 0; field in AlertRateLimiter
28 final long millisSinceLast = now - mLastNotificationMillis; in shouldRateLimitAlert()
32 mLastNotificationMillis = now; in shouldRateLimitAlert()