Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkSelector.java83 public static final int LAST_USER_SELECTION_DECAY_TO_ZERO_MS = 8 * 60 * 60 * 1000; field in WifiNetworkSelector
890 double unclipped = 1.0 - (timeDifference / LAST_USER_SELECTION_DECAY_TO_ZERO_MS); in calculateLastSelectionWeight()