Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiHealthMonitor.java126 private int mNumNetworkSufficientRecentStatsOnly = 0; field in WifiHealthMonitor
385 mNumNetworkSufficientRecentStatsOnly = 0; in dailyDetectionHandler()
401 mNumNetworkSufficientRecentStatsOnly++; in dailyDetectionHandler()
416 logd("#networks w/ sufficient recent stats: " + mNumNetworkSufficientRecentStatsOnly); in dailyDetectionHandler()
485 metrics.numNetworkSufficientRecentStatsOnly = mNumNetworkSufficientRecentStatsOnly; in buildProto()