Home
last modified time | relevance | path

Searched refs:onNotifications (Results 1 – 3 of 3) sorted by relevance

/development/tools/winscope/src/app/components/
Dsnack_bar_opener_test.ts51 snackBarOpener.onNotifications([filesNotif]);
60 snackBarOpener.onNotifications([]);
65 snackBarOpener.onNotifications(Array.from({length: 5}, () => filesNotif));
75 snackBarOpener.onNotifications(notifications);
87 snackBarOpener.onNotifications(notifications);
101 snackBarOpener.onNotifications(notifications);
117 snackBarOpener.onNotifications(notifications);
129 snackBarOpener.onNotifications([filesNotif]);
138 snackBarOpener.onNotifications([filesNotif]);
Dsnack_bar_opener.ts36 onNotifications(notifications: UserNotification[]) { method in SnackBarOpener
/development/tools/winscope/src/common/
Duser_notifier.ts39 UserNotifier.snackBarOpener?.onNotifications(UserNotifier.notifications);