Home
last modified time | relevance | path

Searched defs:systemInfoStats (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiHealthMonitorTest.java410 SystemInfoStats systemInfoStats = SystemInfoStats.parseFrom(serialized); in testSerializationDeserialization() local
730 SystemInfoStats systemInfoStats = SystemInfoStats.parseFrom(serialized); in testPostBootAbnormalScanDetection() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiHealthMonitor.java786 SystemInfoStats systemInfoStats; in finishPendingRead() local
796 private void readFromMemory(@NonNull SystemInfoStats systemInfoStats) { in readFromMemory()