Searched refs:criticalBatteryNotifications (Results 1 – 1 of 1) sorted by relevance
143 private final Map<BluetoothDevice, Integer> criticalBatteryNotifications = new HashMap<>(); field in NotificationCenter237 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()