Home
last modified time | relevance | path

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

/packages/apps/TvSystemUI/src/com/android/systemui/tv/notifications/
DTvNotificationPanelActivity.java45 private TvNotificationAdapter mTvNotificationAdapter; field in TvNotificationPanelActivity
69 mTvNotificationAdapter = new TvNotificationAdapter(); in onCreate()
72 mNotificationListView.setAdapter(mTvNotificationAdapter); in onCreate()
81 mTvNotificationAdapter.setNotifications(notificationList); in notificationsUpdated()