Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/functional/settings/src/android/platform/tests/
DSettingTest.java87 mSettingHelper.get().turnOnOffBluetooth(false); in testBluetoothSettings()
89 mSettingHelper.get().turnOnOffBluetooth(true); in testBluetoothSettings()
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoSettingHelper.java93 void turnOnOffBluetooth(boolean turnOn); in turnOnOffBluetooth() method
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingHelperImpl.java231 public void turnOnOffBluetooth(boolean onOff) { in turnOnOffBluetooth() method in SettingHelperImpl