Searched refs:getWifiSystemInfoStats (Results 1 – 2 of 2) sorted by relevance
385 return mWifiHealthMonitor.getWifiSystemInfoStats().toSystemInfoStats().toByteArray(); in makeSerializedExample()430 WifiSystemInfoStats wifiSystemInfoStats = mWifiHealthMonitor.getWifiSystemInfoStats(); in testReadWriteAndSWChange()460 WifiSystemInfoStats wifiSystemInfoStats = mWifiHealthMonitor.getWifiSystemInfoStats(); in testSerializationDeserialization()723 ScanStats scanStats = mWifiHealthMonitor.getWifiSystemInfoStats().getCurrScanStats(); in testFullBandScan()738 ScanStats scanStats = mWifiHealthMonitor.getWifiSystemInfoStats().getCurrScanStats(); in test2GScan()746 byte[] init = mWifiHealthMonitor.getWifiSystemInfoStats() in testClearReallyDoesClearTheState()751 byte[] leftovers = mWifiHealthMonitor.getWifiSystemInfoStats() in testClearReallyDoesClearTheState()802 assertEquals(4, mWifiHealthMonitor.getWifiSystemInfoStats().getScanFailure()); in testPostBootAbnormalScanDetection()
1025 WifiSystemInfoStats getWifiSystemInfoStats() { in getWifiSystemInfoStats() method