Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNetworkSelector.java1148 double timeDifference = mClock.getElapsedSinceBootMillis() in calculateLastSelectionWeight() local
1151 if (timeDifference >= millis) return 0.0; in calculateLastSelectionWeight()
1152 double unclipped = 1.0 - (timeDifference / millis); in calculateLastSelectionWeight()
/packages/services/Iwlan/src/com/google/android/iwlan/
DErrorPolicyManager.java979 long timeDifference = currentTime - mLastErrorTime; in canBringUpTunnel() local
980 if (timeDifference < retryTime) { in canBringUpTunnel()