Home
last modified time | relevance | path

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

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DNotificationCenter.java180 int notificationId; in sendDfuNotificationImpl() local
182 notificationId = dfuNotifications.get(device); in sendDfuNotificationImpl()
184 notificationId = notificationIdCounter++; in sendDfuNotificationImpl()
185 dfuNotifications.put(device, notificationId); in sendDfuNotificationImpl()
216 mNotificationManager.notify(notificationId, notification); in sendDfuNotificationImpl()
221 int notificationId = dfuNotifications.get(device); in dismissUpdateNotificationImpl() local
222 mNotificationManager.cancel(notificationId); in dismissUpdateNotificationImpl()
231 int notificationId = lowBatteryNotifications.remove(device); in refreshLowBatteryNotificationImpl() local
232 mNotificationManager.cancel(notificationId); in refreshLowBatteryNotificationImpl()
238 int notificationId = criticalBatteryNotifications.remove(device); in refreshLowBatteryNotificationImpl() local
[all …]