Searched refs:timesShown (Results 1 – 1 of 1) sorted by relevance
162 int timesShown = sp.getInt(NOTIFICATION_SHOWN_COUNT, 0); in shouldShowNotification() local164 if (timesShown >= MAXIMUM_SHOWN_COUNT || timesDismissed >= MAXIMUM_DISMISS_COUNT) { in shouldShowNotification()