Home
last modified time | relevance | path

Searched defs: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()
186 Settings.Secure.putInt(getContentResolver(), countKey, Math.min(3, countShown + 1)); in shouldDisplayNotification() local