Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiScoreCard.java219 public long tsConnectionAttemptStart = TS_NONE; field in WifiScoreCard.IfaceInfo
327 if (mVerboseLoggingEnabled && ifaceInfo.tsConnectionAttemptStart > TS_NONE in noteDisconnectionForIface()
349 ifaceInfo.tsConnectionAttemptStart = TS_NONE; in resetConnectionStateForIfaceInternal()
473 if (ifaceInfo.tsConnectionAttemptStart > TS_NONE) { in noteConnectionAttempt()
479 ifaceInfo.tsConnectionAttemptStart = mClock.getElapsedSinceBootMillis(); in noteConnectionAttempt()
549 ifaceInfo.tsConnectionAttemptStart = ifaceInfo.tsRoam; // just to update elapsed in noteIpReachabilityLost()
802 if (perSignal.elapsedMs != null && ifaceInfo.tsConnectionAttemptStart > TS_NONE) { in updateEventStats()
804 mClock.getElapsedSinceBootMillis() - ifaceInfo.tsConnectionAttemptStart; in updateEventStats()