Home
last modified time | relevance | path

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

/packages/apps/TvSystemUI/src/com/android/systemui/tv/notifications/
DTvNotificationHandler.java49 public SparseArray<StatusBarNotification> getCurrentNotifications() { in getCurrentNotifications() method in TvNotificationHandler
DTvNotificationPanelActivity.java76 notificationsUpdated(mTvNotificationHandler.getCurrentNotifications()); in onCreate()