Searched refs:targetScore (Results 1 – 2 of 2) sorted by relevance
136 ShareTargetRankingScore targetScore = scoreList.get(i); in computeScore() local138 targetScore.setFrequencyScore(normalizeFreqScore( in computeScore()139 avgFreq.equals(0f) ? 0f : targetScore.getFrequencyScore() / avgFreq)); in computeScore()140 targetScore.setMimeFrequencyScore(normalizeMimeFreqScore(avgMimeFreq.equals(0f) ? 0f in computeScore()141 : targetScore.getMimeFrequencyScore() / avgMimeFreq)); in computeScore()143 targetScore.setTotalScore( in computeScore()144 probOR(probOR(targetScore.getRecencyScore(), targetScore.getFrequencyScore()), in computeScore()145 targetScore.getMimeFrequencyScore())); in computeScore()146 target.setScore(targetScore.getTotalScore()); in computeScore()156 targetScore.getRecencyScore(), in computeScore()[all …]
579 float targetScore = target.getScore(); in addServiceResults() local581 targetScore *= baseScore; in addServiceResults()582 if (i > 0 && targetScore >= lastScore) { in addServiceResults()585 targetScore = lastScore * 0.95f; in addServiceResults()591 targetScore += PINNED_SHORTCUT_TARGET_SCORE_BOOST; in addServiceResults()596 origTarget, target, targetScore, mSelectableTargetInfoCommunicator, in addServiceResults()606 Log.d(TAG, " => " + target.toString() + " score=" + targetScore in addServiceResults()613 lastScore = targetScore; in addServiceResults()