Searched refs:buildNotifications (Results 1 – 3 of 3) sorted by relevance
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/ |
D | NotificationPresets.java | 104 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 …]
|
D | NotificationPreset.java | 63 public abstract Notification[] buildNotifications(Context context, BuildOptions options); in buildNotifications() method in NotificationPreset
|
D | MainActivity.java | 242 Notification[] notifications = preset.buildNotifications(this, options); in postNotifications()
|