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