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 D | NotificationPreset.java | 63 public abstract Notification[] buildNotifications(Context context, BuildOptions options); method in class:NotificationPreset
|
H A D | NotificationPresets.java | 104 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 D | MainActivity.java | 242 Notification[] notifications = preset.buildNotifications(this, options);
|
Completed in 2349 milliseconds