Home
last modified time | relevance | path

Searched refs:onInstantHotspotStateChanged (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/tether/
DWifiTetherViewModelTest.java190 mViewModel.onInstantHotspotStateChanged(null); in onInstantHotspotStateChanged_stageNull_summarySetValueNull()
200 mViewModel.onInstantHotspotStateChanged(state); in onInstantHotspotStateChanged_stateEnabled_summarySetValueOn()
211 mViewModel.onInstantHotspotStateChanged(state); in onInstantHotspotStateChanged_stateNotEnabled_recordVisibleSummaryOff()
/packages/apps/Settings/src/com/android/settings/wifi/tether/
DWifiTetherViewModel.java92 state -> onInstantHotspotStateChanged(state);
216 void onInstantHotspotStateChanged(SharedConnectivitySettingsState state) { in onInstantHotspotStateChanged() method in WifiTetherViewModel