Searched refs:timeDifference (Results 1 – 3 of 3) sorted by relevance
136 long timeDifference = mClock.getElapsedSinceBootMillis() in calculateBssidScore() local138 if (timeDifference > 0) { in calculateBssidScore()139 int decay = (int) (timeDifference / LAST_SELECTION_AWARD_DECAY_MSEC); in calculateBssidScore()142 sbuf.append(" User selection ").append(timeDifference) in calculateBssidScore()
888 double timeDifference = mClock.getElapsedSinceBootMillis() in calculateLastSelectionWeight() local890 double unclipped = 1.0 - (timeDifference / LAST_USER_SELECTION_DECAY_TO_ZERO_MS); in calculateLastSelectionWeight()
326 final long timeDifference = mRelativeBootTime - oldRelativeBootTime; in registerTimeChangeReceiver()332 rollback.timestamp = rollback.timestamp.plusMillis(timeDifference); in registerTimeChangeReceiver()