Home
last modified time | relevance | path

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

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DNotificationCenter.java149 private ZonedDateTime lastNotificationTime = field in NotificationCenter
346 lastNotificationTime = Instant.now().atZone(ZoneId.systemDefault()); in logLastNotificationTime()
352 lastNotificationTime.plusDays(1).withHour(NOTIFICATION_RESET_HOUR_OF_DAY).withMinute(0); in isNotificationAllowed()