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.java47 long channelId = addChannel().getId(); in testOneChannelWithNoWatchLog()
56 addChannel(); in testOneChannelWithRandomWatchLogs()
113 long channelOne = addChannel().getId(); in testTwoChannelsWithSameWatchDuration()
114 long channelTwo = addChannel().getId(); in testTwoChannelsWithSameWatchDuration()
127 long channelOne = addChannel().getId(); in testTwoChannelsWithDifferentWatchDuration()
128 long channelTwo = addChannel().getId(); in testTwoChannelsWithDifferentWatchDuration()
147 long channelId = addChannel().getId(); in testScoreIncreasesWithNewWatchLog()
DRecentChannelEvaluatorTest.java49 long channelId = addChannel().getId(); in testOneChannelWithNoWatchLog()
58 addChannel(); in testOneChannelWithRandomWatchLogs()
147 long newChannelId = addChannel().getId(); in testScoreDecreasesWithIncrementOfWatchedLogUpdatedTime()
DRecommenderTest.java64 mChannel_1 = mChannelRecordSortedMap.addChannel();
65 mChannel_2 = mChannelRecordSortedMap.addChannel();
66 mChannel_3 = mChannelRecordSortedMap.addChannel();
67 mChannel_4 = mChannelRecordSortedMap.addChannel();
DEvaluatorTestCase.java67 public Channel addChannel() { in addChannel() method in EvaluatorTestCase
68 return mChannelRecordSortedMap.addChannel(); in addChannel()
DRecommendationUtils.java91 addChannel(); in addChannels()
101 public Channel addChannel() { in addChannel() method in RecommendationUtils.ChannelRecordSortedMapHelper
/packages/apps/TV/src/com/android/tv/data/
DChannelDataManager.java104 addChannel(data, channel.mChannel);
131 addChannel(data, channelWrapper.mChannel);
505 private void addChannel(ChannelData data, Channel channel) { in addChannel() method in ChannelDataManager
722 addChannel(data, channelWrapper.mChannel); in onPostExecute()
/packages/apps/TV/src/com/android/tv/tuner/setup/
DScanFragment.java294 private void addChannel(final TunerChannel channel) { in addChannel() method in ScanFragment.ChannelScanTask
441 addChannel(channel); in onChannelDetected()