Home
last modified time | relevance | path

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

/packages/apps/TvSystemUI/src/com/android/systemui/tv/dagger/
DTVSystemUICoreStartableModule.kt33 import com.android.systemui.tv.notifications.TvNotificationPanel
136 @ClassKey(TvNotificationPanel::class)
137 abstract fun bindTvNotificationPanel(sysui: TvNotificationPanel): CoreStartable
/packages/apps/TvSystemUI/src/com/android/systemui/tv/notifications/
DTvNotificationPanel.java38 public class TvNotificationPanel implements CoreStartable, CommandQueue.Callbacks { class
45 public TvNotificationPanel(Context context, CommandQueue commandQueue) { in TvNotificationPanel() method in TvNotificationPanel