Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConnectivityManager.java573 if (mClock.getElapsedSinceBootMillis() - mCachedWifiCandidates.timeSinceBootMs in filterCandidatesHighMovement()
629 public final long timeSinceBootMs; field in WifiConnectivityManager.CachedWifiCandidates
633 CachedWifiCandidates(long timeSinceBootMs, List<WifiCandidates.Candidate> candidates) { in CachedWifiCandidates() argument
634 this.timeSinceBootMs = timeSinceBootMs; in CachedWifiCandidates()