Home
last modified time | relevance | path

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

/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
DRecommenderTest.java210 List<Channel> expectedChannelList = mRecommender.recommendChannels(); in testGetChannelSortKey_recommendAllChannels() local
215 MoreAsserts.assertContentsInOrder(channelList, expectedChannelList.toArray()); in testGetChannelSortKey_recommendAllChannels()
226 List<Channel> expectedChannelList = mRecommender.recommendChannels(3); in testGetChannelSortKey_recommendFewChannels() local
234 MoreAsserts.assertContentsInOrder(channelList, expectedChannelList.toArray()); in testGetChannelSortKey_recommendFewChannels()