Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/
DSelectInputActivity.java71 ChannelImpl.createPassthroughChannel(channelUri)); in onCreate()
DMainActivity.java710 tuneToChannel(ChannelImpl.createPassthroughChannel(input.getId())); in onCreate()
1107 ChannelImpl channel = ChannelImpl.createPassthroughChannel(channelUri); in startTv()
/packages/apps/TV/src/com/android/tv/audiotvservice/
DAudioOnlyTvService.java71 Channel channel = ChannelImpl.createPassthroughChannel(tvInputId); in tune()
/packages/apps/TV/src/com/android/tv/data/
DChannelImpl.java444 public static ChannelImpl createPassthroughChannel(Uri uri) { in createPassthroughChannel() method in ChannelImpl
449 return createPassthroughChannel(inputId); in createPassthroughChannel()
453 public static ChannelImpl createPassthroughChannel(String inputId) { in createPassthroughChannel() method in ChannelImpl