Searched refs:getWifiSystemInfoStats (Results 1 – 2 of 2) sorted by relevance
374 return mWifiHealthMonitor.getWifiSystemInfoStats().toSystemInfoStats().toByteArray(); in makeSerializedExample()419 WifiSystemInfoStats wifiSystemInfoStats = mWifiHealthMonitor.getWifiSystemInfoStats(); in testReadWriteAndSWChange()449 WifiSystemInfoStats wifiSystemInfoStats = mWifiHealthMonitor.getWifiSystemInfoStats(); in testSerializationDeserialization()711 ScanStats scanStats = mWifiHealthMonitor.getWifiSystemInfoStats().getCurrScanStats(); in testFullBandScan()727 ScanStats scanStats = mWifiHealthMonitor.getWifiSystemInfoStats().getCurrScanStats(); in test2GScan()735 byte[] init = mWifiHealthMonitor.getWifiSystemInfoStats() in testClearReallyDoesClearTheState()740 byte[] leftovers = mWifiHealthMonitor.getWifiSystemInfoStats() in testClearReallyDoesClearTheState()791 assertEquals(4, mWifiHealthMonitor.getWifiSystemInfoStats().getScanFailure()); in testPostBootAbnormalScanDetection()
1022 WifiSystemInfoStats getWifiSystemInfoStats() { in getWifiSystemInfoStats() method