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

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

Completed in 2349 milliseconds