Home
last modified time | relevance | path

Searched defs: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
221 int notificationId = dfuNotifications.get(device); in dismissUpdateNotificationImpl() local
231 int notificationId = lowBatteryNotifications.remove(device); in refreshLowBatteryNotificationImpl() local
238 int notificationId = criticalBatteryNotifications.remove(device); in refreshLowBatteryNotificationImpl() local
271 int notificationId = lowBatteryNotifications.getOrDefault(device, notificationIdCounter); in postLowBatteryNotification() local
299 … int notificationId = criticalBatteryNotifications.getOrDefault(device, notificationIdCounter); in postCriticalBatteryNotification() local
327 int notificationId = notificationIdCounter++; in postDepletedBatteryNotification() local