Searched refs:notificationId (Results 1 – 1 of 1) sorted by relevance
180 int notificationId; in sendDfuNotificationImpl() local182 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() local222 mNotificationManager.cancel(notificationId); in dismissUpdateNotificationImpl()231 int notificationId = lowBatteryNotifications.remove(device); in refreshLowBatteryNotificationImpl() local232 mNotificationManager.cancel(notificationId); in refreshLowBatteryNotificationImpl()238 int notificationId = criticalBatteryNotifications.remove(device); in refreshLowBatteryNotificationImpl() local[all …]