Searched refs:buildNotification (Results 1 – 4 of 4) sorted by relevance
33 public abstract Notification buildNotification(Context context); in buildNotification() method in NotificationPreset
69 public Notification buildNotification(Context context) { in buildNotification() method in NotificationPresets.BasicPreset115 public Notification buildNotification(Context context) { in buildNotification() method in NotificationPresets.StylizedTextPreset172 public Notification buildNotification(Context context) { in buildNotification() method in NotificationPresets.DisplayIntentPreset191 public Notification buildNotification(Context context) { in buildNotification() method in NotificationPresets.MultiSizeDisplayIntentPreset267 public Notification buildNotification(Context context) { in buildNotification() method in NotificationPresets.AnimatedDisplayIntentPreset286 public Notification buildNotification(Context context) { in buildNotification() method in NotificationPresets.ContentIconPreset
64 Notification notif = preset.buildNotification(this); in updateNotification()
90 notifyMgr.notify(Constants.NOTIFICATION_TIMER_COUNTDOWN, buildNotification(duration)); in setupTimer()132 private Notification buildNotification(long duration) { in buildNotification() method in SetTimerActivity