Home
last modified time | relevance | path

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

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DBluetoothDeviceService.java308 NotificationCenter.dismissUpdateNotification(device); in removeDevice()
315 NotificationCenter.dismissUpdateNotification(device); in onDeviceUnbonded()
321 NotificationCenter.dismissUpdateNotification(device); in deviceCheckDfu()
328 NotificationCenter.dismissUpdateNotification(device); in deviceCheckDfu()
334 NotificationCenter.dismissUpdateNotification(device); in deviceCheckDfu()
343 NotificationCenter.sendDfuNotification(device); in deviceCheckDfu()
345 NotificationCenter.dismissUpdateNotification(device); in deviceCheckDfu()
390 NotificationCenter.refreshLowBatteryNotification( in refreshLowBatteryNotification()
391 device, NotificationCenter.BatteryState.CRITICAL, forceNotification); in refreshLowBatteryNotification()
393 NotificationCenter.refreshLowBatteryNotification( in refreshLowBatteryNotification()
[all …]
DNotificationCenter.java54 public class NotificationCenter { class
67 public static NotificationCenter instance = new NotificationCenter();
70 private static NotificationCenter getInstance() { in getInstance()
90 NotificationCenter nc = getInstance(); in initialize()
158 private NotificationCenter() {} in NotificationCenter() method in NotificationCenter