Home
last modified time | relevance | path

Searched refs:channelIdList (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() local
73 for (long channelId : channelIdList) { in testMultiChannelsWithNoWatchLog()
97 List<Long> channelIdList = getChannelIdListSorted(); in testMultiChannelsWithSimpleWatchLogs() local
98 for (long channelId : channelIdList) { in testMultiChannelsWithSimpleWatchLogs()
107 for (long channelId : channelIdList) { in testMultiChannelsWithSimpleWatchLogs()
123 List<Long> channelIdList = getChannelIdListSorted(); in testScoreIncreasesWithNewWatchLog() local
125 for (long channelId : channelIdList) { in testScoreIncreasesWithNewWatchLog()
147 List<Long> channelIdList = getChannelIdListSorted(); in testScoreDecreasesWithIncrementOfWatchedLogUpdatedTime() local
150 for (long channelId : channelIdList) { in testScoreDecreasesWithIncrementOfWatchedLogUpdatedTime()
157 for (long channelId : channelIdList) { in testScoreDecreasesWithIncrementOfWatchedLogUpdatedTime()
DFavoriteChannelEvaluatorTest.java70 List<Long> channelIdList = getChannelIdListSorted(); in testMultiChannelsWithNoWatchLog() local
71 for (long channelId : channelIdList) { in testMultiChannelsWithNoWatchLog()
96 List<Long> channelIdList = getChannelIdListSorted(); in testMultiChannelsWithSimpleWatchLogs() local
97 for (long channelId : channelIdList) { in testMultiChannelsWithSimpleWatchLogs()
107 for (long channelId : channelIdList) { in testMultiChannelsWithSimpleWatchLogs()
DRecommendationUtils.java126 List<Long> channelIdList = new ArrayList<>(keySet()); in addRandomWatchLogs() local
128 long channelId = channelIdList.get(mRandom.nextInt(channelIdList.size())); in addRandomWatchLogs()
DRecommenderTest.java331 List<Long> channelIdList = getChannelIdListSorted(); in setChannelScores_scoreIncreasesAsChannelIdIncreases() local
332 double score = Math.pow(0.5, channelIdList.size()); in setChannelScores_scoreIncreasesAsChannelIdIncreases()
333 for (long channelId : channelIdList) { in setChannelScores_scoreIncreasesAsChannelIdIncreases()