Searched refs:mChannel_2 (Results 1 – 1 of 1) sorted by relevance
/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/ |
D | RecommenderTest.java | 66 mChannel_2 = mChannelRecordSortedMap.addChannel(); 79 private Channel mChannel_2; field in RecommenderTest 126 mRecommender.recommendChannels(), mChannel_4, mChannel_3, mChannel_2, mChannel_1); in testRecommendChannels_includeRecommendedOnly_allChannelsHaveScore() local 130 mRecommender.recommendChannels(3), mChannel_4, mChannel_3, mChannel_2); in testRecommendChannels_includeRecommendedOnly_allChannelsHaveScore() 132 mRecommender.recommendChannels(4), mChannel_4, mChannel_3, mChannel_2, mChannel_1); in testRecommendChannels_includeRecommendedOnly_allChannelsHaveScore() 134 mRecommender.recommendChannels(5), mChannel_4, mChannel_3, mChannel_2, mChannel_1); in testRecommendChannels_includeRecommendedOnly_allChannelsHaveScore() 146 mRecommender.recommendChannels(), mChannel_4, mChannel_3, mChannel_2, mChannel_1); in testRecommendChannels_notIncludeRecommendedOnly_allChannelsHaveScore() local 150 mRecommender.recommendChannels(3), mChannel_4, mChannel_3, mChannel_2); in testRecommendChannels_notIncludeRecommendedOnly_allChannelsHaveScore() 152 mRecommender.recommendChannels(4), mChannel_4, mChannel_3, mChannel_2, mChannel_1); in testRecommendChannels_notIncludeRecommendedOnly_allChannelsHaveScore() 154 mRecommender.recommendChannels(5), mChannel_4, mChannel_3, mChannel_2, mChannel_1); in testRecommendChannels_notIncludeRecommendedOnly_allChannelsHaveScore() [all …]
|