Searched refs:isNotificationAllowed (Results 1 – 1 of 1) sorted by relevance
267 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