Home
last modified time | relevance | path

Searched refs:toSystemInfoStats (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()
462 byte[] serialized = wifiSystemInfoStats.toSystemInfoStats().toByteArray(); in testSerializationDeserialization()
747 .toSystemInfoStats().toByteArray(); in testClearReallyDoesClearTheState()
752 .toSystemInfoStats().toByteArray(); in testClearReallyDoesClearTheState()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiHealthMonitor.java863 byte[] serialized = toSystemInfoStats().toByteArray(); in writeToMemory()
868 SystemInfoStats toSystemInfoStats() { in toSystemInfoStats() method in WifiHealthMonitor.WifiSystemInfoStats