Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiMetricsTest.java3914 WifiLinkLayerStats stat1 = nextRandomStats(createNewWifiLinkLayerStats()); in testWifiLinkLayerUsageStats()
3933 WifiLinkLayerStats stat1 = nextRandomStats(createNewWifiLinkLayerStats()); in testWifiLinkLayerUsageStatsNullInput()
3951 WifiLinkLayerStats stat1 = nextRandomStats(createNewWifiLinkLayerStats()); in testWifiLinkLayerUsageStatsChipReset()
4107 WifiLinkLayerStats stats1 = nextRandomStats(createNewWifiLinkLayerStats()); in testUpdateWifiUsabilityStatsEntries()
4172 private WifiLinkLayerStats createNewWifiLinkLayerStats() { in createNewWifiLinkLayerStats() method in WifiMetricsTest