Searched refs:mPnoScanStarted (Results 1 – 1 of 1) sorted by relevance
190 private boolean mPnoScanStarted = false; field in WifiConnectivityManager721 if (mPnoScanStarted) { in onResults()1891 if (mPnoScanStarted) { in setDeviceMobilityState()1901 if (mPnoScanStarted) { in setDeviceMobilityState()1941 mPnoScanStarted = true; in startDisconnectedPnoScan()1991 if (!mPnoScanStarted) return; in stopPnoScan()1994 mPnoScanStarted = false; in stopPnoScan()2100 if (mWifiState == WIFI_STATE_DISCONNECTED && !mPnoScanStarted) { in startConnectivityScan()