Searched refs:mWifiSystemInfoStats (Results 1 – 1 of 1) sorted by relevance
118 private WifiSystemInfoStats mWifiSystemInfoStats; field in WifiHealthMonitor166 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 …]