Searched refs:mChannelScore (Results 1 – 1 of 1) sorted by relevance
341 private final Map<Long, Double> mChannelScore = new HashMap<>(); field in RecommenderTest.FakeEvaluator348 Double score = mChannelScore.get(channelId); in evaluateChannel()353 mChannelScore.put(channelId, score); in setChannelScore()