Home
last modified time | relevance | path

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

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DNotificationCenter.java143 private final Map<BluetoothDevice, Integer> criticalBatteryNotifications = new HashMap<>(); field in NotificationCenter
237 if (criticalBatteryNotifications.get(device) != null) { in refreshLowBatteryNotificationImpl()
238 int notificationId = criticalBatteryNotifications.remove(device); in refreshLowBatteryNotificationImpl()
294 if ((!forced && criticalBatteryNotifications.get(device) != null) || in postCriticalBatteryNotification()
299 … int notificationId = criticalBatteryNotifications.getOrDefault(device, notificationIdCounter); in postCriticalBatteryNotification()
303 criticalBatteryNotifications.put(device, notificationId); in postCriticalBatteryNotification()