Home
last modified time | relevance | path

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

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DNotificationCenter.java144 private final Map<BluetoothDevice, Integer> depletedBatteryNotifications = new HashMap<>(); field in NotificationCenter
323 if (depletedBatteryNotifications.get(device) != null || !isNotificationAllowed()) { in postDepletedBatteryNotification()
328 depletedBatteryNotifications.put(device, notificationId); in postDepletedBatteryNotification()