HomeSort by relevance Sort by last modified time
    Searched refs:channelIdList (Results 1 - 4 of 4) sorted by null

  /packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
RecentChannelEvaluatorTest.java 64 List<Long> channelIdList = getChannelIdListSorted();
65 for (long channelId : channelIdList) {
85 List<Long> channelIdList = getChannelIdListSorted();
86 for (long channelId : channelIdList) {
95 for (long channelId : channelIdList) {
108 List<Long> channelIdList = getChannelIdListSorted();
110 for (long channelId : channelIdList) {
129 List<Long> channelIdList = getChannelIdListSorted();
132 for (long channelId : channelIdList) {
139 for (long channelId : channelIdList) {
    [all...]
FavoriteChannelEvaluatorTest.java 62 List<Long> channelIdList = getChannelIdListSorted();
63 for (long channelId : channelIdList) {
84 List<Long> channelIdList = getChannelIdListSorted();
85 for (long channelId : channelIdList) {
95 for (long channelId : channelIdList) {
RecommendationUtils.java 121 List<Long> channelIdList = new ArrayList<>(keySet());
123 long channelId = channelIdList.get(mRandom.nextInt(channelIdList.size()));
RecommenderTest.java 303 List<Long> channelIdList = getChannelIdListSorted();
304 double score = Math.pow(0.5, channelIdList.size());
305 for (long channelId : channelIdList) {

Completed in 62 milliseconds