Searched refs:timeSpentScore (Results 1 – 2 of 2) sorted by relevance
105 public void setTimeSpentScore(float timeSpentScore) { in setTimeSpentScore() argument106 this.mTimeSpentScore = timeSpentScore; in setTimeSpentScore()
161 final float timeSpentScore = (float) pkStats.getTotalTimeInForeground(); in doCompute() local162 resolverTarget.setTimeSpentScore(timeSpentScore); in doCompute()163 if (timeSpentScore > mostTimeSpentScore) { in doCompute()164 mostTimeSpentScore = timeSpentScore; in doCompute()497 float timeSpentScore, float chooserScore) { in setFeatures() argument500 target.setTimeSpentScore(timeSpentScore); in setFeatures()