Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/notification/
DNotificationHelperService.java166 final int countShown = Settings.Secure.getInt(getContentResolver(), countKey, 0); in shouldDisplayNotification() local
175 if ((countShown == 1 && now.isBefore(savedDate.plusWeeks(1))) in shouldDisplayNotification()
180 + (" countShown=" + countShown) in shouldDisplayNotification()
186 Settings.Secure.putInt(getContentResolver(), countKey, Math.min(3, countShown + 1)); in shouldDisplayNotification()
191 + (" countShown=" + countShown) in shouldDisplayNotification()