Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/notification/
DNotificationHelperService.java162 private boolean shouldDisplayNotification(String countKey) { in shouldDisplayNotification() argument
164 final String dateKey = countKey + "_date"; in shouldDisplayNotification()
166 final int countShown = Settings.Secure.getInt(getContentResolver(), countKey, 0); in shouldDisplayNotification()
179 ("shouldDisplayNotification(" + countKey + "): Notification discarded.") in shouldDisplayNotification()
186 Settings.Secure.putInt(getContentResolver(), countKey, Math.min(3, countShown + 1)); in shouldDisplayNotification() local
190 ("shouldDisplayNotification(" + countKey + "): Notification is being shown.") in shouldDisplayNotification()