Home
last modified time | relevance | path

Searched refs:RECENCY_INITIAL_BASE_SCORE (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/people/java/com/android/server/people/prediction/
DSharesheetModelScorer.java49 private static final float RECENCY_INITIAL_BASE_SCORE = 0.4F; field in SharesheetModelScorer
127 float recencyScore = RECENCY_INITIAL_BASE_SCORE; in computeScore()
129 recencyScore = RECENCY_INITIAL_BASE_SCORE - RECENCY_SCORE_INITIAL_DECAY in computeScore()