Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java3191 WifiLinkLayerStats linkLayerStats = nextRandomStats(new WifiLinkLayerStats()); in testClientNotification() local
3192 mWifiMetrics.updateWifiUsabilityStatsEntries(info, linkLayerStats); in testClientNotification()
3197 assertEquals(usabilityStats.getValue().getTotalRadioOnTimeMillis(), linkLayerStats.on_time); in testClientNotification()
3198 assertEquals(usabilityStats.getValue().getTotalTxBad(), linkLayerStats.lostmpdu_be in testClientNotification()
3199 + linkLayerStats.lostmpdu_bk + linkLayerStats.lostmpdu_vi in testClientNotification()
3200 + linkLayerStats.lostmpdu_vo); in testClientNotification()
3201 assertEquals(usabilityStats.getValue().getTimeStampMillis(), linkLayerStats.timeStampInMs); in testClientNotification()
3203 linkLayerStats.on_time_roam_scan); in testClientNotification()
3224 WifiLinkLayerStats linkLayerStats = nextRandomStats(new WifiLinkLayerStats()); in testRemoveClient() local
3225 mWifiMetrics.updateWifiUsabilityStatsEntries(info, linkLayerStats); in testRemoveClient()
[all …]