Home
last modified time | relevance | path

Searched refs:getInstantHotspotSummary (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/wifi/tether/
DWifiTetherViewModel.java211 public LiveData<String> getInstantHotspotSummary() { in getInstantHotspotSummary() method in WifiTetherViewModel
222 mInstantHotspotSummary.setValue(getInstantHotspotSummary(state.isInstantTetherEnabled())); in onInstantHotspotStateChanged()
225 private String getInstantHotspotSummary(boolean enabled) { in getInstantHotspotSummary() method in WifiTetherViewModel
DWifiTetherSettings.java184 mWifiTetherViewModel.getInstantHotspotSummary() in setupInstantHotspot()
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/tether/
DWifiTetherViewModelTest.java185 assertThat(mViewModel.getInstantHotspotSummary()).isNotNull(); in getInstantHotspotSummary_isNotNull()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/
DWifiTetherSettingsTest.java164 when(mWifiTetherViewModel.getInstantHotspotSummary()).thenReturn(mInstantHotspotSummary); in setUp()
412 verify(mWifiTetherViewModel, never()).getInstantHotspotSummary(); in setupInstantHotspot_featureNotAvailable_doNothing()