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.java374 return mWifiHealthMonitor.getWifiSystemInfoStats().toSystemInfoStats().toByteArray(); in makeSerializedExample()
451 byte[] serialized = wifiSystemInfoStats.toSystemInfoStats().toByteArray(); in testSerializationDeserialization()
736 .toSystemInfoStats().toByteArray(); in testClearReallyDoesClearTheState()
741 .toSystemInfoStats().toByteArray(); in testClearReallyDoesClearTheState()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiHealthMonitor.java860 byte[] serialized = toSystemInfoStats().toByteArray(); in writeToMemory()
865 SystemInfoStats toSystemInfoStats() { in toSystemInfoStats() method in WifiHealthMonitor.WifiSystemInfoStats