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.java374 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()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiHealthMonitor.java1022 WifiSystemInfoStats getWifiSystemInfoStats() { in getWifiSystemInfoStats() method