Searched defs:buildNotifications (Results  1 – 2 of 2) 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.BasicNotificationPreset121         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
 |