Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNotificationController.java89 private int mNumScansSinceNetworkStateChange; field in WifiNotificationController
183 if (++mNumScansSinceNetworkStateChange >= NUM_SCANS_BEFORE_ACTUALLY_SCANNING) { in checkAndSetNotification()
208 mNumScansSinceNetworkStateChange = 0; in resetNotification()
283 pw.println("mNumScansSinceNetworkStateChange " + mNumScansSinceNetworkStateChange); in dump()