Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/
Dsnack_bar_opener.ts20 import {NotificationType, UserNotification} from 'messaging/user_notification';
31 onNotifications(notifications: UserNotification[]) {
49 notifications: UserNotification[],
78 warnings: UserNotification[],
79 ): Set<UserNotification[]> {
80 const groups = new Map<string, UserNotification[]>();
/development/tools/winscope/src/messaging/
Duser_warning.ts18 import {NotificationType, UserNotification} from './user_notification';
20 export abstract class UserWarning implements UserNotification {
22 Analytics.UserNotification.logUserWarning(this.getDescriptor());
Duser_notifications_listener.ts17 import {UserNotification} from './user_notification';
20 onNotifications(notifications: UserNotification[]): void;
Duser_notifications_listener_stub.ts17 import {UserNotification} from './user_notification';
23 onNotifications(notifications: UserNotification[]) {
Duser_notification.ts23 export interface UserNotification { interface
/development/tools/winscope/src/logging/
Danalytics.ts185 static UserNotification = class { property in Analytics