Home
last modified time | relevance | path

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

/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
DNotificationController.java157 int timesDismissed = sp.getInt(NOTIFICATION_DISMISS_COUNT, 0); in shouldShowNotification() local
158 if (timesShown >= MAXIMUM_SHOWN_COUNT || timesDismissed >= MAXIMUM_DISMISS_COUNT) { in shouldShowNotification()