Searched refs:depletedBatteryNotifications (Results 1 – 1 of 1) sorted by relevance
144 private final Map<BluetoothDevice, Integer> depletedBatteryNotifications = new HashMap<>(); field in NotificationCenter323 if (depletedBatteryNotifications.get(device) != null || !isNotificationAllowed()) { in postDepletedBatteryNotification()328 depletedBatteryNotifications.put(device, notificationId); in postDepletedBatteryNotification()