Searched refs:mChannel_1 (Results 1 – 1 of 1) sorted by relevance
/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/ |
D | RecommenderTest.java | 65 mChannel_1 = mChannelRecordSortedMap.addChannel(); 78 private Channel mChannel_1; field in RecommenderTest 126 mRecommender.recommendChannels(), mChannel_4, mChannel_3, mChannel_2, mChannel_1); in testRecommendChannels_includeRecommendedOnly_allChannelsHaveScore() local 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 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() 161 mEvaluator.setChannelScore(mChannel_1.getId(), 1.0); in testRecommendChannels_includeRecommendedOnly_fewChannelsHaveScore() 166 mRecommender.recommendChannels(), mChannel_1, mChannel_2); in testRecommendChannels_includeRecommendedOnly_fewChannelsHaveScore() local [all …]
|