Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java4487 WifiLinkLayerStats linkLayerStats = nextRandomStats(new WifiLinkLayerStats()); in testClientNotification() local
4488 mWifiMetrics.updateWifiUsabilityStatsEntries(TEST_IFACE_NAME, info, linkLayerStats); in testClientNotification()
4493 assertEquals(usabilityStats.getValue().getTotalRadioOnTimeMillis(), linkLayerStats.on_time); in testClientNotification()
4494 assertEquals(usabilityStats.getValue().getTotalTxBad(), linkLayerStats.lostmpdu_be in testClientNotification()
4495 + linkLayerStats.lostmpdu_bk + linkLayerStats.lostmpdu_vi in testClientNotification()
4496 + linkLayerStats.lostmpdu_vo); in testClientNotification()
4497 assertEquals(usabilityStats.getValue().getTimeStampMillis(), linkLayerStats.timeStampInMs); in testClientNotification()
4499 linkLayerStats.on_time_roam_scan); in testClientNotification()
4515 WifiLinkLayerStats linkLayerStats = nextRandomStats(new WifiLinkLayerStats()); in testRemoveClient() local
4516 mWifiMetrics.updateWifiUsabilityStatsEntries(TEST_IFACE_NAME, info, linkLayerStats); in testRemoveClient()
[all …]