Searched refs:mInstantHotspotSummary (Results 1 – 3 of 3) sorted by relevance
72 private MutableLiveData<String> mInstantHotspotSummary; field in WifiTetherViewModelTest92 mViewModel.mInstantHotspotSummary = mInstantHotspotSummary; in setUp()192 verify(mInstantHotspotSummary).setValue(null); in onInstantHotspotStateChanged_stageNull_summarySetValueNull()202 verify(mInstantHotspotSummary) in onInstantHotspotStateChanged_stateEnabled_summarySetValueOn()213 verify(mInstantHotspotSummary) in onInstantHotspotStateChanged_stateNotEnabled_recordVisibleSummaryOff()
89 MutableLiveData<String> mInstantHotspotSummary = new MutableLiveData<>(); field in WifiTetherViewModel212 return mInstantHotspotSummary; in getInstantHotspotSummary()219 mInstantHotspotSummary.setValue(null); in onInstantHotspotStateChanged()222 mInstantHotspotSummary.setValue(getInstantHotspotSummary(state.isInstantTetherEnabled())); in onInstantHotspotStateChanged()
139 private LiveData<String> mInstantHotspotSummary; field in WifiTetherSettingsTest164 when(mWifiTetherViewModel.getInstantHotspotSummary()).thenReturn(mInstantHotspotSummary); in setUp()422 verify(mInstantHotspotSummary).observe(any(), any()); in setupInstantHotspot_featureAvailable_doSetup()