Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java122 private long mTsConnectionAttemptStart = TS_NONE; field in WifiScoreCard
173 if (DBG && mTsConnectionAttemptStart > TS_NONE && !mAttemptingSwitch) { in resetConnectionState()
188 mTsConnectionAttemptStart = TS_NONE; in resetConnectionStateInternal()
264 if (mTsConnectionAttemptStart > TS_NONE) { in noteConnectionAttempt()
270 mTsConnectionAttemptStart = mClock.getElapsedSinceBootMillis(); in noteConnectionAttempt()
312 mTsConnectionAttemptStart = mTsRoam; // just to update elapsed in noteIpReachabilityLost()
393 if (perSignal.elapsedMs != null && mTsConnectionAttemptStart > TS_NONE) { in updateEventStats()
394 long millis = mClock.getElapsedSinceBootMillis() - mTsConnectionAttemptStart; in updateEventStats()