Home
last modified time | relevance | path

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

/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
DRecentChannelEvaluatorTest.java72 List<Long> channelIdList = getChannelIdListSorted(); in testMultiChannelsWithNoWatchLog()
97 List<Long> channelIdList = getChannelIdListSorted(); in testMultiChannelsWithSimpleWatchLogs()
123 List<Long> channelIdList = getChannelIdListSorted(); in testScoreIncreasesWithNewWatchLog()
147 List<Long> channelIdList = getChannelIdListSorted(); in testScoreDecreasesWithIncrementOfWatchedLogUpdatedTime()
DFavoriteChannelEvaluatorTest.java70 List<Long> channelIdList = getChannelIdListSorted(); in testMultiChannelsWithNoWatchLog()
96 List<Long> channelIdList = getChannelIdListSorted(); in testMultiChannelsWithSimpleWatchLogs()
DRecommenderTest.java326 private List<Long> getChannelIdListSorted() { in getChannelIdListSorted() method in RecommenderTest
331 List<Long> channelIdList = getChannelIdListSorted(); in setChannelScores_scoreIncreasesAsChannelIdIncreases()
DEvaluatorTestCase.java77 public List<Long> getChannelIdListSorted() { in getChannelIdListSorted() method in EvaluatorTestCase