Searched refs:RecentChannelEvaluator (Results 1 – 3 of 3) sorted by relevance
30 public class RecentChannelEvaluatorTest extends EvaluatorTestCase<RecentChannelEvaluator> {39 public RecentChannelEvaluator createEvaluator() { in createEvaluator()40 return new RecentChannelEvaluator(); in createEvaluator()
21 public class RecentChannelEvaluator extends Recommender.Evaluator { class29 public RecentChannelEvaluator() { in RecentChannelEvaluator() method in RecentChannelEvaluator
23 import com.android.tv.recommendation.RecentChannelEvaluator;51 mTvRecommendation.registerEvaluator(new RecentChannelEvaluator()); in ChannelsRow()