Home
last modified time | relevance | path

Searched refs:UserNotification (Results 1 – 6 of 6) sorted by relevance

/development/tools/winscope/src/common/
Duser_notifier.ts19 import {UserNotification} from 'messaging/user_notification';
26 static add(notification: UserNotification): typeof UserNotifier {
34 Analytics.UserNotification.logUserWarning(
43 private static notifications: UserNotification[] = [];
/development/tools/winscope/src/app/components/
Dsnack_bar_opener.ts20 import {NotificationType, UserNotification} from 'messaging/user_notification';
36 onNotifications(notifications: UserNotification[]) {
52 notifications: UserNotification[],
85 warnings: UserNotification[],
86 ): Set<UserNotification[]> {
87 const groups = new Map<string, UserNotification[]>();
/development/tools/winscope/src/test/unit/
Duser_notifier_checker.ts18 import {UserNotification} from 'messaging/user_notification';
33 expectAdded(notifications: UserNotification[]) {
38 expectNotified(notifications: UserNotification[]) {
48 private checkAdded(notifications: UserNotification[]) {
/development/tools/winscope/src/messaging/
Duser_warning.ts17 import {NotificationType, UserNotification} from './user_notification';
22 export abstract class UserWarning implements UserNotification {
Duser_notification.ts29 export interface UserNotification { interface
/development/tools/winscope/src/logging/
Danalytics.ts364 static UserNotification = class { property in Analytics