Searched refs:mWifiSystemInfoStats (Results 1 – 1 of 1) sorted by relevance
118 private WifiSystemInfoStats mWifiSystemInfoStats; field in WifiHealthMonitor167 mWifiSystemInfoStats = new WifiSystemInfoStats(l2KeySeed); in WifiHealthMonitor()233 mWifiSystemInfoStats.writeToMemory(); in doWrites()242 mWifiSystemInfoStats.setMobilityState(newState); in setDeviceMobilityState()260 mWifiSystemInfoStats.readFromMemory(); in requestReadForPostBootDetection()283 ScanStats scanStats = mWifiSystemInfoStats.getCurrScanStats(); in handleScanResults()297 mWifiSystemInfoStats.setChanged(true); in handleScanResults()337 pw.println(mWifiSystemInfoStats); in dump()517 mWifiSystemInfoStats.postBootAbnormalScanDetection(mFirstScanStats); in postBootDetectionHandler()518 logd(" postBootAbnormalScanDetection: " + mWifiSystemInfoStats.getScanFailure()); in postBootDetectionHandler()[all …]