Home
last modified time | relevance | path

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

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DNotificationCenter.java267 if ((!forced && lowBatteryNotifications.get(device) != null) || !isNotificationAllowed()) { in postLowBatteryNotification()
295 !isNotificationAllowed()) { in postCriticalBatteryNotification()
323 if (depletedBatteryNotifications.get(device) != null || !isNotificationAllowed()) { in postDepletedBatteryNotification()
349 private boolean isNotificationAllowed() { in isNotificationAllowed() method in NotificationCenter