Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiHealthMonitor.java118 private WifiSystemInfoStats mWifiSystemInfoStats; field in WifiHealthMonitor
166 mWifiSystemInfoStats = new WifiSystemInfoStats(l2KeySeed); in WifiHealthMonitor()
231 mWifiSystemInfoStats.writeToMemory(); in doWrites()
240 mWifiSystemInfoStats.setMobilityState(newState); in setDeviceMobilityState()
258 mWifiSystemInfoStats.readFromMemory(); in requestReadForPostBootDetection()
280 ScanStats scanStats = mWifiSystemInfoStats.getCurrScanStats(); in handleScanResults()
294 mWifiSystemInfoStats.setChanged(true); in handleScanResults()
334 pw.println(mWifiSystemInfoStats); in dump()
514 mWifiSystemInfoStats.postBootAbnormalScanDetection(mFirstScanStats); in postBootDetectionHandler()
515 logd(" postBootAbnormalScanDetection: " + mWifiSystemInfoStats.getScanFailure()); in postBootDetectionHandler()
[all …]