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 | 57 mChannel_1 = mChannelRecordSortedMap.addChannel(); 70 private Channel mChannel_1; field in RecommenderTest 117 mChannel_4, mChannel_3, mChannel_2, mChannel_1); in testRecommendChannels_includeRecommendedOnly_allChannelsHaveScore() local 123 mChannel_4, mChannel_3, mChannel_2, mChannel_1); in testRecommendChannels_includeRecommendedOnly_allChannelsHaveScore() 125 mChannel_4, mChannel_3, mChannel_2, mChannel_1); in testRecommendChannels_includeRecommendedOnly_allChannelsHaveScore() 136 mChannel_4, mChannel_3, mChannel_2, mChannel_1); in testRecommendChannels_notIncludeRecommendedOnly_allChannelsHaveScore() local 142 mChannel_4, mChannel_3, mChannel_2, mChannel_1); in testRecommendChannels_notIncludeRecommendedOnly_allChannelsHaveScore() 144 mChannel_4, mChannel_3, mChannel_2, mChannel_1); in testRecommendChannels_notIncludeRecommendedOnly_allChannelsHaveScore() 150 mEvaluator.setChannelScore(mChannel_1.getId(), 1.0); in testRecommendChannels_includeRecommendedOnly_fewChannelsHaveScore() 155 mChannel_1, mChannel_2); in testRecommendChannels_includeRecommendedOnly_fewChannelsHaveScore() local [all …]
|