Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java133 private boolean mPolled = false; field in WifiScoreCard
191 mPolled = false; in resetConnectionStateInternal()
217 if (!mPolled && wifiInfo.getRssi() != INVALID_RSSI) { in noteSignalPoll()
219 mPolled = true; in noteSignalPoll()
265 if (mPolled) { in noteConnectionAttempt()
271 mPolled = false; in noteConnectionAttempt()