Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiHealthMonitorTest.java385 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()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiHealthMonitor.java1025 WifiSystemInfoStats getWifiSystemInfoStats() { in getWifiSystemInfoStats() method