Searched refs:getUpstreamConnectionStrength (Results 1 – 4 of 4) sorted by relevance
80 when(mHotspotNetworkEntry.getUpstreamConnectionStrength()).thenReturn(WIFI_LEVEL_MAX); in setWifiEntry_hotspotNetworkEntryWifi_postValueCorrect()90 assertThat(data.getUpstreamConnectionStrength()).isEqualTo(WIFI_LEVEL_MAX); in setWifiEntry_hotspotNetworkEntryWifi_postValueCorrect()98 when(mHotspotNetworkEntry.getUpstreamConnectionStrength()) in setWifiEntry_hotspotNetworkEntryMobileData_postValueCorrect()109 assertThat(data.getUpstreamConnectionStrength()).isEqualTo(SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in setWifiEntry_hotspotNetworkEntryMobileData_postValueCorrect()
55 entry.getUpstreamConnectionStrength(), in setWifiEntry()89 public int getUpstreamConnectionStrength() { in getUpstreamConnectionStrength() method in WifiNetworkDetailsViewModel.HotspotNetworkData
413 updateInternetSource(data.getNetworkType(), data.getUpstreamConnectionStrength()); in onHotspotNetworkChanged()
119 doReturn(WIFI_LEVEL_MAX).when(mHotspotNetworkData).getUpstreamConnectionStrength(); in setUp()241 mHotspotNetworkData.getUpstreamConnectionStrength()); in onHotspotNetworkChanged_dataNotNull_hotspotSetVisibleTrue()