Home
last modified time | relevance | path

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

/packages/apps/TV/tests/input/src/com/android/tv/testinput/
DTestTvInputSetupActivity.java34 import com.android.tv.testing.ChannelUtils;
71 ChannelUtils.updateChannels(context, inputId, channels); in registerChannels()
78 ChannelUtils.queryChannelInfoMapForTvInput(context, inputId); in registerChannels()
DTestInputControl.java26 import com.android.tv.testing.ChannelUtils;
72 ChannelUtils.queryChannelInfoMapForTvInput(context, mInputId); in updateChannelMap()
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DChannelUtils.java42 public class ChannelUtils { class
151 private ChannelUtils() { in ChannelUtils() method in ChannelUtils