Searched refs:TvNotificationHandler (Results 1 – 4 of 4) sorted by relevance
43 TvNotificationHandler.Listener {44 private final TvNotificationHandler mTvNotificationHandler;52 public TvNotificationPanelActivity(TvNotificationHandler tvNotificationHandler) { in TvNotificationPanelActivity()
36 public class TvNotificationHandler implements CoreStartable, class45 public TvNotificationHandler(NotificationListener notificationListener) { in TvNotificationHandler() method in TvNotificationHandler
32 import com.android.systemui.tv.notifications.TvNotificationHandler130 @ClassKey(TvNotificationHandler::class)131 abstract fun bindTvNotificationHandler(sysui: TvNotificationHandler): CoreStartable
65 import com.android.systemui.tv.notifications.TvNotificationHandler191 ): TvNotificationHandler = TvNotificationHandler(notificationListener) in bindNotificationLockscreenUserManager()