Searched refs:channelIdList (Results 1 – 4 of 4) sorted by relevance
72 List<Long> channelIdList = getChannelIdListSorted(); in testMultiChannelsWithNoWatchLog() local73 for (long channelId : channelIdList) { in testMultiChannelsWithNoWatchLog()97 List<Long> channelIdList = getChannelIdListSorted(); in testMultiChannelsWithSimpleWatchLogs() local98 for (long channelId : channelIdList) { in testMultiChannelsWithSimpleWatchLogs()107 for (long channelId : channelIdList) { in testMultiChannelsWithSimpleWatchLogs()123 List<Long> channelIdList = getChannelIdListSorted(); in testScoreIncreasesWithNewWatchLog() local125 for (long channelId : channelIdList) { in testScoreIncreasesWithNewWatchLog()147 List<Long> channelIdList = getChannelIdListSorted(); in testScoreDecreasesWithIncrementOfWatchedLogUpdatedTime() local150 for (long channelId : channelIdList) { in testScoreDecreasesWithIncrementOfWatchedLogUpdatedTime()157 for (long channelId : channelIdList) { in testScoreDecreasesWithIncrementOfWatchedLogUpdatedTime()
70 List<Long> channelIdList = getChannelIdListSorted(); in testMultiChannelsWithNoWatchLog() local71 for (long channelId : channelIdList) { in testMultiChannelsWithNoWatchLog()96 List<Long> channelIdList = getChannelIdListSorted(); in testMultiChannelsWithSimpleWatchLogs() local97 for (long channelId : channelIdList) { in testMultiChannelsWithSimpleWatchLogs()107 for (long channelId : channelIdList) { in testMultiChannelsWithSimpleWatchLogs()
126 List<Long> channelIdList = new ArrayList<>(keySet()); in addRandomWatchLogs() local128 long channelId = channelIdList.get(mRandom.nextInt(channelIdList.size())); in addRandomWatchLogs()
331 List<Long> channelIdList = getChannelIdListSorted(); in setChannelScores_scoreIncreasesAsChannelIdIncreases() local332 double score = Math.pow(0.5, channelIdList.size()); in setChannelScores_scoreIncreasesAsChannelIdIncreases()333 for (long channelId : channelIdList) { in setChannelScores_scoreIncreasesAsChannelIdIncreases()