Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java145 private boolean mAttemptingSwitch = false; field in WifiScoreCard
173 if (DBG && mTsConnectionAttemptStart > TS_NONE && !mAttemptingSwitch) { in resetConnectionState()
185 mAttemptingSwitch = false; in resetConnectionStateInternal()
187 if (!mAttemptingSwitch) { in resetConnectionStateInternal()
241 mAttemptingSwitch = false; in noteIpConfiguration()
268 mAttemptingSwitch = true; in noteConnectionAttempt()
273 if (DBG) Log.d(TAG, "CONNECTION_ATTEMPT" + (mAttemptingSwitch ? " X " : " ") + wifiInfo); in noteConnectionAttempt()