Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/functional/settings/src/android/platform/tests/
DWifiSettingTest.java65 mSettingHelper.get().turnOnOffHotspot(true); in testTurnOnOffHotspot()
67 mSettingHelper.get().turnOnOffHotspot(false); in testTurnOnOffHotspot()
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoSettingHelper.java93 void turnOnOffHotspot(boolean turnOn); in turnOnOffHotspot() method
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingHelperImpl.java160 public void turnOnOffHotspot(boolean onOff) { in turnOnOffHotspot() method in SettingHelperImpl