Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkSelector.java890 double unclipped = 1.0 - (timeDifference / LAST_USER_SELECTION_DECAY_TO_ZERO_MS); in calculateLastSelectionWeight() local
891 lastSelectionWeight = Math.min(Math.max(unclipped, 0.0), 1.0); in calculateLastSelectionWeight()