Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiQualifiedNetworkSelector.java358 long timeDifference = mClock.elapsedRealtime() in calculateBssidScore() local
361 if (timeDifference > 0) { in calculateBssidScore()
362 int bonus = mLastSelectionAward - (int) (timeDifference / 1000 / 60); in calculateBssidScore()
364 sbuf.append(" User selected it last time " + (timeDifference / 1000 / 60) in calculateBssidScore()
DWifiConfigManager.java1416 long timeDifference = in tryEnableQualifiedNetwork() local
1418 if (timeDifference < 0 || timeDifference in tryEnableQualifiedNetwork()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DSupplicantWifiScannerImpl.java1077 long timeDifference = mClock.elapsedRealtime() - mLastPnoChangeTimeStamp; in setPnoState() local
1078 if (timeDifference >= MINIMUM_PNO_GAP_MS) { in setPnoState()
1081 long alarmTimeout = MINIMUM_PNO_GAP_MS - timeDifference; in setPnoState()