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