Searched refs:RECENCY_SCORE_COUNT (Results 1 – 1 of 1) sorted by relevance
48 private static final Integer RECENCY_SCORE_COUNT = 6; field in SharesheetModelScorer80 new PriorityQueue<>(RECENCY_SCORE_COUNT, in computeScore()117 if (recencyMinHeap.size() < RECENCY_SCORE_COUNT in computeScore()119 if (recencyMinHeap.size() == RECENCY_SCORE_COUNT) { in computeScore()