Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiInjector.java155 private final CellularLinkLayerStatsCollector mCellularLinkLayerStatsCollector; field in WifiInjector
199 mCellularLinkLayerStatsCollector = new CellularLinkLayerStatsCollector(mContext); in WifiInjector()
202 mCellularLinkLayerStatsCollector); in WifiInjector()
DWifiMetrics.java419 private final CellularLinkLayerStatsCollector mCellularLinkLayerStatsCollector; field in WifiMetrics
759 mCellularLinkLayerStatsCollector = cellularLinkLayerStatsCollector; in WifiMetrics()
4283 CellularLinkLayerStats cls = mCellularLinkLayerStatsCollector.update();
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java154 @Mock CellularLinkLayerStatsCollector mCellularLinkLayerStatsCollector; field in WifiMetricsTest
162 when(mCellularLinkLayerStatsCollector.update()).thenReturn(mCellularLinkLayerStats); in setUp()
166 mWifiP2pMetrics, mDppMetrics, mCellularLinkLayerStatsCollector); in setUp()
2825 when(mCellularLinkLayerStatsCollector.update()).thenReturn(cellularStats); in testUpdateWifiUsabilityStatsEntries()
3189 when(mCellularLinkLayerStatsCollector.update()).thenReturn(cellularStats); in testClientNotification()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DWifiScanningServiceTest.java136 @Mock CellularLinkLayerStatsCollector mCellularLinkLayerStatsCollector; field in WifiScanningServiceTest
156 mWifiP2pMetrics, mDppMetrics, mCellularLinkLayerStatsCollector); in setUp()