Searched refs:totalScore (Results 1 – 2 of 2) sorted by relevance
682 float totalScore = 0f; in appendServiceTargetsWithQuota() local688 totalScore += super.getScore(component); in appendServiceTargetsWithQuota()697 int quota = Math.round(maxRankedTargets * score / totalScore); in appendServiceTargetsWithQuota()722 + " totalScore=" + totalScore in appendServiceTargetsWithQuota()
386 void setTotalScore(float totalScore) { in setTotalScore() argument387 mTotalScore = totalScore; in setTotalScore()