Home
last modified time | relevance | path

Searched refs:notificationsUpdated (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TvSystemUI/src/com/android/systemui/tv/notifications/
DTvNotificationHandler.java73 mUpdateListener.notificationsUpdated(mNotifications); in onNotificationPosted()
87 mUpdateListener.notificationsUpdated(mNotifications); in onNotificationRemoved()
112 void notificationsUpdated(SparseArray<StatusBarNotification> sbns); in notificationsUpdated() method
DTvNotificationPanelActivity.java76 notificationsUpdated(mTvNotificationHandler.getCurrentNotifications()); in onCreate()
80 public void notificationsUpdated(@NonNull SparseArray<StatusBarNotification> notificationList) { in notificationsUpdated() method in TvNotificationPanelActivity