Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/functional/settings/src/android/platform/tests/
DWifiSettingTest.java68 mSettingHelper.get().turnOnOffHotspot(true); in testTurnOnOffHotspot()
70 mSettingHelper.get().turnOnOffHotspot(false); in testTurnOnOffHotspot()
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoSettingHelper.java100 void turnOnOffHotspot(boolean turnOn); in turnOnOffHotspot() method
/platform_testing/tests/automotive/functional/uxrestriction/src/android/platform/tests/
DUxRestrictionTest.java83 mSettingHelper.get().turnOnOffHotspot(true); in testRestrictedNetworkSettings()
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingHelperImpl.java200 public void turnOnOffHotspot(boolean onOff) { in turnOnOffHotspot() method in SettingHelperImpl