Home
last modified time | relevance | path

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

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DNotificationCenter.java142 private final Map<BluetoothDevice, Integer> lowBatteryNotifications = new HashMap<>(); field in NotificationCenter
230 if (lowBatteryNotifications.get(device) != null) { in refreshLowBatteryNotificationImpl()
231 int notificationId = lowBatteryNotifications.remove(device); in refreshLowBatteryNotificationImpl()
267 if ((!forced && lowBatteryNotifications.get(device) != null) || !isNotificationAllowed()) { in postLowBatteryNotification()
271 int notificationId = lowBatteryNotifications.getOrDefault(device, notificationIdCounter); in postLowBatteryNotification()
275 lowBatteryNotifications.put(device, notificationId); in postLowBatteryNotification()