Searched refs:cellularStats (Results 1 – 1 of 1) sorted by relevance
2820 CellularLinkLayerStats cellularStats = new CellularLinkLayerStats(); in testUpdateWifiUsabilityStatsEntries() local2821 cellularStats.setIsSameRegisteredCell(isSameRegisteredCell); in testUpdateWifiUsabilityStatsEntries()2822 cellularStats.setDataNetworkType(TelephonyManager.NETWORK_TYPE_LTE); in testUpdateWifiUsabilityStatsEntries()2823 cellularStats.setSignalStrengthDbm(signalStrengthDbm); in testUpdateWifiUsabilityStatsEntries()2824 cellularStats.setSignalStrengthDb(signalStrengthDb); in testUpdateWifiUsabilityStatsEntries()2825 when(mCellularLinkLayerStatsCollector.update()).thenReturn(cellularStats); in testUpdateWifiUsabilityStatsEntries()3184 CellularLinkLayerStats cellularStats = new CellularLinkLayerStats(); in testClientNotification() local3185 cellularStats.setIsSameRegisteredCell(false); in testClientNotification()3186 cellularStats.setDataNetworkType(TelephonyManager.NETWORK_TYPE_UMTS); in testClientNotification()3187 cellularStats.setSignalStrengthDbm(-100); in testClientNotification()[all …]