Home
last modified time | relevance | path

Searched refs:RecentChannelEvaluator (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
DRecentChannelEvaluatorTest.java30 public class RecentChannelEvaluatorTest extends EvaluatorTestCase<RecentChannelEvaluator> {
39 public RecentChannelEvaluator createEvaluator() { in createEvaluator()
40 return new RecentChannelEvaluator(); in createEvaluator()
/packages/apps/TV/src/com/android/tv/recommendation/
DRecentChannelEvaluator.java21 public class RecentChannelEvaluator extends Recommender.Evaluator { class
29 public RecentChannelEvaluator() { in RecentChannelEvaluator() method in RecentChannelEvaluator
/packages/apps/TV/src/com/android/tv/menu/
DChannelsRow.java23 import com.android.tv.recommendation.RecentChannelEvaluator;
51 mTvRecommendation.registerEvaluator(new RecentChannelEvaluator()); in ChannelsRow()