Searched refs:dfuNotificationSnoozeWatch (Results 1 – 1 of 1) sorted by relevance
112 getInstance().dfuNotificationSnoozeWatch.clear(); in resetUpdateNotification()145 private final Map<BluetoothDevice, Stopwatch> dfuNotificationSnoozeWatch = new HashMap<>(); field in NotificationCenter166 Stopwatch stopwatch = dfuNotificationSnoozeWatch.get(device); in sendDfuNotificationImpl()174 dfuNotificationSnoozeWatch.put(device, stopwatch); in sendDfuNotificationImpl()