Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java2888 CellularLinkLayerStats cellularStats = new CellularLinkLayerStats(); in testUpdateWifiUsabilityStatsEntries() local
2889 cellularStats.setIsSameRegisteredCell(isSameRegisteredCell); in testUpdateWifiUsabilityStatsEntries()
2890 cellularStats.setDataNetworkType(TelephonyManager.NETWORK_TYPE_LTE); in testUpdateWifiUsabilityStatsEntries()
2891 cellularStats.setSignalStrengthDbm(signalStrengthDbm); in testUpdateWifiUsabilityStatsEntries()
2892 cellularStats.setSignalStrengthDb(signalStrengthDb); in testUpdateWifiUsabilityStatsEntries()
2893 when(mCellularLinkLayerStatsCollector.update()).thenReturn(cellularStats); in testUpdateWifiUsabilityStatsEntries()
3253 CellularLinkLayerStats cellularStats = new CellularLinkLayerStats(); in testClientNotification() local
3254 cellularStats.setIsSameRegisteredCell(false); in testClientNotification()
3255 cellularStats.setDataNetworkType(TelephonyManager.NETWORK_TYPE_UMTS); in testClientNotification()
3256 cellularStats.setSignalStrengthDbm(-100); in testClientNotification()
[all …]