Searched refs:timeSpentScore (Results 1 – 2 of 2) sorted by relevance
108 public void setTimeSpentScore(float timeSpentScore) { in setTimeSpentScore() argument109 this.mTimeSpentScore = timeSpentScore; in setTimeSpentScore()
237 final float timeSpentScore = (float) pkStats.getTotalTimeInForeground(); in compute() local238 resolverTarget.setTimeSpentScore(timeSpentScore); in compute()239 if (timeSpentScore > mostTimeSpentScore) { in compute()240 mostTimeSpentScore = timeSpentScore; in compute()612 float timeSpentScore, float chooserScore) { in setFeatures() argument615 target.setTimeSpentScore(timeSpentScore); in setFeatures()