Home
last modified time | relevance | path

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

/packages/apps/TvSystemUI/src/com/android/systemui/tv/notifications/
DTvNotificationPanelActivity.java43 TvNotificationHandler.Listener {
44 private final TvNotificationHandler mTvNotificationHandler;
52 public TvNotificationPanelActivity(TvNotificationHandler tvNotificationHandler) { in TvNotificationPanelActivity()
DTvNotificationHandler.java36 public class TvNotificationHandler implements CoreStartable, class
45 public TvNotificationHandler(NotificationListener notificationListener) { in TvNotificationHandler() method in TvNotificationHandler
/packages/apps/TvSystemUI/src/com/android/systemui/tv/dagger/
DTVSystemUICoreStartableModule.kt32 import com.android.systemui.tv.notifications.TvNotificationHandler
130 @ClassKey(TvNotificationHandler::class)
131 abstract fun bindTvNotificationHandler(sysui: TvNotificationHandler): CoreStartable
DTvSystemUIModule.kt65 import com.android.systemui.tv.notifications.TvNotificationHandler
191 ): TvNotificationHandler = TvNotificationHandler(notificationListener) in bindNotificationLockscreenUserManager()