Searched refs:mTvNotificationAdapter (Results 1 – 1 of 1) sorted by relevance
45 private TvNotificationAdapter mTvNotificationAdapter; field in TvNotificationPanelActivity69 mTvNotificationAdapter = new TvNotificationAdapter(); in onCreate()72 mNotificationListView.setAdapter(mTvNotificationAdapter); in onCreate()81 mTvNotificationAdapter.setNotifications(notificationList); in notificationsUpdated()