Searched defs:buildNotification (Results 1 – 3 of 3) sorted by relevance
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
33 public abstract Notification buildNotification(Context context); in buildNotification() method in NotificationPreset
132 private Notification buildNotification(long duration) { in buildNotification() method in SetTimerActivity