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.java157 private final CellularLinkLayerStatsCollector mCellularLinkLayerStatsCollector; field in WifiInjector
207 mCellularLinkLayerStatsCollector = new CellularLinkLayerStatsCollector(mContext); in WifiInjector()
210 mCellularLinkLayerStatsCollector); in WifiInjector()
DWifiMetrics.java435 private final CellularLinkLayerStatsCollector mCellularLinkLayerStatsCollector; field in WifiMetrics
829 mCellularLinkLayerStatsCollector = cellularLinkLayerStatsCollector; in WifiMetrics()
4428 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()
2893 when(mCellularLinkLayerStatsCollector.update()).thenReturn(cellularStats); in testUpdateWifiUsabilityStatsEntries()
3258 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()