Home
last modified time | relevance | path

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

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DNotificationCenter.java148 private int notificationIdCounter = 0; field in NotificationCenter
184 notificationId = notificationIdCounter++; in sendDfuNotificationImpl()
271 int notificationId = lowBatteryNotifications.getOrDefault(device, notificationIdCounter); in postLowBatteryNotification()
273 if (notificationId == notificationIdCounter) { in postLowBatteryNotification()
274 notificationIdCounter++; in postLowBatteryNotification()
299 … int notificationId = criticalBatteryNotifications.getOrDefault(device, notificationIdCounter); in postCriticalBatteryNotification()
301 if (notificationId == notificationIdCounter) { in postCriticalBatteryNotification()
302 notificationIdCounter++; in postCriticalBatteryNotification()
327 int notificationId = notificationIdCounter++; in postDepletedBatteryNotification()