Searched refs:TvNotificationPanel (Results 1 – 2 of 2) sorted by relevance
33 import com.android.systemui.tv.notifications.TvNotificationPanel136 @ClassKey(TvNotificationPanel::class)137 abstract fun bindTvNotificationPanel(sysui: TvNotificationPanel): CoreStartable
38 public class TvNotificationPanel implements CoreStartable, CommandQueue.Callbacks { class45 public TvNotificationPanel(Context context, CommandQueue commandQueue) { in TvNotificationPanel() method in TvNotificationPanel