Searched refs:NotificationCenter (Results 1 – 2 of 2) sorted by relevance
308 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 …]
54 public class NotificationCenter { class67 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