Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/notification/
DNotificationHelperService.java164 final String dateKey = countKey + "_date"; in shouldDisplayNotification() local
165 final String date = Settings.Secure.getString(getContentResolver(), dateKey); in shouldDisplayNotification()
187 Settings.Secure.putString(getContentResolver(), dateKey, now.toString()); in shouldDisplayNotification() local