Searched refs:mCellularLinkLayerStatsCollector (Results 1 – 4 of 4) sorted by relevance
157 private final CellularLinkLayerStatsCollector mCellularLinkLayerStatsCollector; field in WifiInjector207 mCellularLinkLayerStatsCollector = new CellularLinkLayerStatsCollector(mContext); in WifiInjector()210 mCellularLinkLayerStatsCollector); in WifiInjector()
435 private final CellularLinkLayerStatsCollector mCellularLinkLayerStatsCollector; field in WifiMetrics829 mCellularLinkLayerStatsCollector = cellularLinkLayerStatsCollector; in WifiMetrics()4428 CellularLinkLayerStats cls = mCellularLinkLayerStatsCollector.update();
154 @Mock CellularLinkLayerStatsCollector mCellularLinkLayerStatsCollector; field in WifiMetricsTest162 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()
136 @Mock CellularLinkLayerStatsCollector mCellularLinkLayerStatsCollector; field in WifiScanningServiceTest156 mWifiP2pMetrics, mDppMetrics, mCellularLinkLayerStatsCollector); in setUp()