Searched refs:NUM_SCANS_BEFORE_ACTUALLY_SCANNING (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNotificationController.java82 private static final int NUM_SCANS_BEFORE_ACTUALLY_SCANNING = 3; field in class:WifiNotificationController
85 * exceeds {@link #NUM_SCANS_BEFORE_ACTUALLY_SCANNING}, we consider the
183 if (++mNumScansSinceNetworkStateChange >= NUM_SCANS_BEFORE_ACTUALLY_SCANNING) {

Completed in 31 milliseconds