Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DCellularLinkLayerStatsCollectorTest.java169 CellularLinkLayerStats trueStats) throws Exception { in testCollectorUpdate()
185 CellularLinkLayerStats mStats = mCollector.update(); in testCollectorUpdate()
199 CellularLinkLayerStats trueStats = new CellularLinkLayerStats(); in testEmptySignalStrengthLte()
212 CellularLinkLayerStats trueStats = new CellularLinkLayerStats(); in testRepeatCellInfoTypeTwice()
260 CellularLinkLayerStats trueStats = new CellularLinkLayerStats(); in testLoopOverAllNetworksWithoutRepeat()
DCellularLinkLayerStatsTest.java36 CellularLinkLayerStats mStats;
43 mStats = new CellularLinkLayerStats(); in setUp()
DWifiMetricsTest.java155 @Mock CellularLinkLayerStats mCellularLinkLayerStats;
2888 CellularLinkLayerStats cellularStats = new CellularLinkLayerStats(); in testUpdateWifiUsabilityStatsEntries()
3253 CellularLinkLayerStats cellularStats = new CellularLinkLayerStats(); in testClientNotification()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DCellularLinkLayerStatsCollector.java72 public CellularLinkLayerStats update() { in update()
73 CellularLinkLayerStats cellStats = new CellularLinkLayerStats(); in update()
152 CellularLinkLayerStats cellStats) { in updateSignalStrengthDbAndNetworkTypeOfCellStats()
DCellularLinkLayerStats.java27 public class CellularLinkLayerStats { class
DWifiMetrics.java4428 CellularLinkLayerStats cls = mCellularLinkLayerStatsCollector.update();