Searched refs:cellularStats (Results 1 – 1 of 1) sorted by relevance
2888 CellularLinkLayerStats cellularStats = new CellularLinkLayerStats(); in testUpdateWifiUsabilityStatsEntries() local2889 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() local3254 cellularStats.setIsSameRegisteredCell(false); in testClientNotification()3255 cellularStats.setDataNetworkType(TelephonyManager.NETWORK_TYPE_UMTS); in testClientNotification()3256 cellularStats.setSignalStrengthDbm(-100); in testClientNotification()[all …]