Searched refs:getInstantHotspotSummary (Results 1 – 4 of 4) sorted by relevance
211 public LiveData<String> getInstantHotspotSummary() { in getInstantHotspotSummary() method in WifiTetherViewModel222 mInstantHotspotSummary.setValue(getInstantHotspotSummary(state.isInstantTetherEnabled())); in onInstantHotspotStateChanged()225 private String getInstantHotspotSummary(boolean enabled) { in getInstantHotspotSummary() method in WifiTetherViewModel
184 mWifiTetherViewModel.getInstantHotspotSummary() in setupInstantHotspot()
185 assertThat(mViewModel.getInstantHotspotSummary()).isNotNull(); in getInstantHotspotSummary_isNotNull()
164 when(mWifiTetherViewModel.getInstantHotspotSummary()).thenReturn(mInstantHotspotSummary); in setUp()412 verify(mWifiTetherViewModel, never()).getInstantHotspotSummary(); in setupInstantHotspot_featureNotAvailable_doNothing()