Home
last modified time | relevance | path

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

/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
DNotificationController.java93 private static final long MAXIMUM_DISMISS_COUNT = 9; field in NotificationController
158 if (timesShown >= MAXIMUM_SHOWN_COUNT || timesDismissed >= MAXIMUM_DISMISS_COUNT) { in shouldShowNotification()