Home
last modified time | relevance | path

Searched refs:ChannelUtils (Results 1 – 6 of 6) sorted by relevance

/packages/apps/TV/tests/common/src/com/android/tv/testing/testdata/
DTestData.java23 import com.android.tv.testing.data.ChannelUtils;
47 ChannelUtils.updateChannels(context, getInputId(), channelList); in init()
78 return ChannelUtils.createChannelInfos(context, 10);
/packages/apps/TV/tests/input/src/com/android/tv/testinput/
DTestTvInputSetupActivity.java31 import com.android.tv.testing.data.ChannelUtils;
56 List<ChannelInfo> channels = ChannelUtils.createChannelInfos(context, channelCount); in registerChannels()
57 ChannelUtils.updateChannels(context, inputId, channels); in registerChannels()
DTestInputControl.java25 import com.android.tv.testing.data.ChannelUtils;
69 ChannelUtils.queryChannelInfoMapForTvInput(context, mInputId); in updateChannelMap()
/packages/apps/TV/tuner/sampletunertvinput/src/com/android/tv/samples/sampletunertvinput/
DSampleTunerTvInputSetupActivity.java21 import com.android.tv.testing.data.ChannelUtils;
95 ChannelUtils.updateChannels(this, inputId, Collections.singletonList(channel)); in setChannel()
/packages/apps/TV/tests/common/src/com/android/tv/testing/data/
DChannelUtils.java39 public class ChannelUtils { class
150 private ChannelUtils() { in ChannelUtils() method in ChannelUtils
DProgramUtils.java140 ChannelUtils.queryChannelInfoMapForTvInput(context, inputId); in updateProgramForAllChannelsOf()