Home
last modified time | relevance | path

Searched refs:addChannel (Results 1 – 7 of 7) sorted by relevance

/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
DFavoriteChannelEvaluatorTest.java46 long channelId = addChannel().getId(); in testOneChannelWithNoWatchLog()
55 addChannel(); in testOneChannelWithRandomWatchLogs()
116 long channelOne = addChannel().getId(); in testTwoChannelsWithSameWatchDuration()
117 long channelTwo = addChannel().getId(); in testTwoChannelsWithSameWatchDuration()
134 long channelOne = addChannel().getId(); in testTwoChannelsWithDifferentWatchDuration()
135 long channelTwo = addChannel().getId(); in testTwoChannelsWithDifferentWatchDuration()
162 long channelId = addChannel().getId(); in testScoreIncreasesWithNewWatchLog()
DRecentChannelEvaluatorTest.java48 long channelId = addChannel().getId(); in testOneChannelWithNoWatchLog()
57 addChannel(); in testOneChannelWithRandomWatchLogs()
154 long newChannelId = addChannel().getId(); in testScoreDecreasesWithIncrementOfWatchedLogUpdatedTime()
DRecommenderTest.java65 mChannel_1 = mChannelRecordSortedMap.addChannel();
66 mChannel_2 = mChannelRecordSortedMap.addChannel();
67 mChannel_3 = mChannelRecordSortedMap.addChannel();
68 mChannel_4 = mChannelRecordSortedMap.addChannel();
DEvaluatorTestCase.java61 public Channel addChannel() { in addChannel() method in EvaluatorTestCase
62 return mChannelRecordSortedMap.addChannel(); in addChannel()
DRecommendationUtils.java98 addChannel(); in addChannels()
108 public Channel addChannel() { in addChannel() method in RecommendationUtils.ChannelRecordSortedMapHelper
/packages/apps/TV/src/com/android/tv/data/
DChannelDataManager.java105 addChannel(data, channel.mChannel);
132 addChannel(data, channelWrapper.mChannel);
496 private void addChannel(ChannelData data, Channel channel) { in addChannel() method in ChannelDataManager
704 addChannel(data, channelWrapper.mChannel); in onPostExecute()
/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/
DScanFragment.java298 private void addChannel(final TunerChannel channel) { in addChannel() method in ScanFragment.ChannelScanTask
452 addChannel(channel); in onChannelDetected()