Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/
DChannelImpl.java443 public static ChannelImpl createPassthroughChannel(Uri uri) { in createPassthroughChannel() method in ChannelImpl
448 return createPassthroughChannel(inputId); in createPassthroughChannel()
452 public static ChannelImpl createPassthroughChannel(String inputId) { in createPassthroughChannel() method in ChannelImpl
/packages/apps/TV/src/com/android/tv/audiotvservice/
DAudioOnlyTvService.java68 Channel channel = ChannelImpl.createPassthroughChannel(tvInputId); in tune()
/packages/apps/TV/src/com/android/tv/
DSelectInputActivity.java71 ChannelImpl.createPassthroughChannel(channelUri)); in onCreate()
DMainActivity.java684 tuneToChannel(ChannelImpl.createPassthroughChannel(input.getId())); in onCreate()
1066 ChannelImpl channel = ChannelImpl.createPassthroughChannel(channelUri); in startTv()