Home
last modified time | relevance | path

Searched refs:TS_NONE (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;
123 private static final long TS_NONE = -1; field in WifiScoreCard
128 private long mTsRoam = TS_NONE;
173 if (DBG && mTsConnectionAttemptStart > TS_NONE && !mAttemptingSwitch) { in resetConnectionState()
188 mTsConnectionAttemptStart = TS_NONE; in resetConnectionStateInternal()
190 mTsRoam = TS_NONE; in resetConnectionStateInternal()
222 if (mTsRoam > TS_NONE && wifiInfo.getRssi() != INVALID_RSSI) { in noteSignalPoll()
226 mTsRoam = TS_NONE; in noteSignalPoll()
264 if (mTsConnectionAttemptStart > TS_NONE) { in noteConnectionAttempt()
311 if (mTsRoam > TS_NONE) { in noteIpReachabilityLost()
[all …]