Searched defs:notifications (Results 1 – 5 of 5) sorted by relevance
74 const notifications = Array.from({length: 6}, () => filesNotif); constant86 const notifications = Array.from({length: 7}, () => filesNotif); constant98 const notifications = Array.from({length: 5}, () => filesNotif).concat([ constant113 const notifications = Array.from({length: 5}, () => filesNotif).concat([ constant
43 private static notifications: UserNotification[] = []; property in UserNotifier
40 fun notifications( in <lambda>() method
242 Notification[] notifications = preset.buildNotifications(this, options); in postNotifications() local
240 val notifications = in SystemUi() constant