Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java595 private long mLastOverRateLogTime; field in NotificationManagerService
6479 if ((now - mLastOverRateLogTime) > MIN_PACKAGE_OVERRATE_LOG_INTERVAL) {
6482 mLastOverRateLogTime = now;