Home
last modified time | relevance | path

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

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DNotificationCenter.java112 getInstance().dfuNotificationSnoozeWatch.clear(); in resetUpdateNotification()
145 private final Map<BluetoothDevice, Stopwatch> dfuNotificationSnoozeWatch = new HashMap<>(); field in NotificationCenter
166 Stopwatch stopwatch = dfuNotificationSnoozeWatch.get(device); in sendDfuNotificationImpl()
174 dfuNotificationSnoozeWatch.put(device, stopwatch); in sendDfuNotificationImpl()