Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java306 private long mLastOverRateLogTime; field in NotificationManagerService
2565 if ((now - mLastOverRateLogTime) > MIN_PACKAGE_OVERRATE_LOG_INTERVAL) { in enqueueNotificationInternal()
2568 mLastOverRateLogTime = now; in enqueueNotificationInternal()