Home
last modified time | relevance | path

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

/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
DNotificationPreset.java33 public abstract Notification buildNotification(Context context); in buildNotification() method in NotificationPreset
DNotificationPresets.java69 public Notification buildNotification(Context context) { in buildNotification() method in NotificationPresets.BasicPreset
115 public Notification buildNotification(Context context) { in buildNotification() method in NotificationPresets.StylizedTextPreset
172 public Notification buildNotification(Context context) { in buildNotification() method in NotificationPresets.DisplayIntentPreset
191 public Notification buildNotification(Context context) { in buildNotification() method in NotificationPresets.MultiSizeDisplayIntentPreset
267 public Notification buildNotification(Context context) { in buildNotification() method in NotificationPresets.AnimatedDisplayIntentPreset
286 public Notification buildNotification(Context context) { in buildNotification() method in NotificationPresets.ContentIconPreset
DMainActivity.java64 Notification notif = preset.buildNotification(this); in updateNotification()
/development/samples/browseable/Timer/src/com.example.android.wearable.timer/
DSetTimerActivity.java90 notifyMgr.notify(Constants.NOTIFICATION_TIMER_COUNTDOWN, buildNotification(duration)); in setupTimer()
132 private Notification buildNotification(long duration) { in buildNotification() method in SetTimerActivity