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.java987 double unclipped = 1.0 - (timeDifference / millis); in calculateLastSelectionWeight() local
988 return Math.min(Math.max(unclipped, 0.0), 1.0); in calculateLastSelectionWeight()