Home
last modified time | relevance | path

Searched refs:buildNotifications (Results 1 – 3 of 3) sorted by relevance

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DNotificationPresets.java104 public Notification[] buildNotifications(Context context, BuildOptions options) { in buildNotifications() method in NotificationPresets.BasicNotificationPreset
121 public Notification[] buildNotifications(Context context, BuildOptions options) { in buildNotifications() method in NotificationPresets.StylizedTextNotificationPreset
182 public Notification[] buildNotifications(Context context, BuildOptions options) { in buildNotifications() method in NotificationPresets.InboxNotificationPreset
207 public Notification[] buildNotifications(Context context, BuildOptions options) { in buildNotifications() method in NotificationPresets.BigPictureNotificationPreset
232 public Notification[] buildNotifications(Context context, BuildOptions options) { in buildNotifications() method in NotificationPresets.BigTextNotificationPreset
255 public Notification[] buildNotifications(Context context, BuildOptions options) { in buildNotifications() method in NotificationPresets.BottomAlignedNotificationPreset
281 public Notification[] buildNotifications(Context context, BuildOptions options) { in buildNotifications() method in NotificationPresets.GravityNotificationPreset
314 public Notification[] buildNotifications(Context context, BuildOptions options) { in buildNotifications() method in NotificationPresets.ContentActionNotificationPreset
354 public Notification[] buildNotifications(Context context, BuildOptions options) { in buildNotifications() method in NotificationPresets.ContentIconNotificationPreset
399 public Notification[] buildNotifications(Context context, BuildOptions options) { in buildNotifications() method in NotificationPresets.MultiplePageNotificationPreset
[all …]
DNotificationPreset.java63 public abstract Notification[] buildNotifications(Context context, BuildOptions options); in buildNotifications() method in NotificationPreset
DMainActivity.java242 Notification[] notifications = preset.buildNotifications(this, options); in postNotifications()