Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/tether/
DWifiTetherSettings.java154 setupInstantHotspot(mWifiTetherViewModel.isInstantHotspotFeatureAvailable()); in onCreate()
175 void setupInstantHotspot(boolean isFeatureAvailable) { in setupInstantHotspot() method in WifiTetherSettings
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/
DWifiTetherSettingsTest.java409 mSettings.setupInstantHotspot(false /* isFeatureAvailable */); in setupInstantHotspot_featureNotAvailable_doNothing()
419 mSettings.setupInstantHotspot(true /* isFeatureAvailable */); in setupInstantHotspot_featureAvailable_doSetup()