Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/functional/statusbar/src/android/platform/tests/
DBluetoothPaletteTest.java45 mStatusBarHelper.get().turnOnOffBluetooth(true); in testDefaultStatusOfBlueToothPalette()
58 mStatusBarHelper.get().turnOnOffBluetooth(false); in testBluetoothDisableMessage()
62 mStatusBarHelper.get().turnOnOffBluetooth(true); in testBluetoothDisableMessage()
/platform_testing/tests/automotive/functional/settings/src/android/platform/tests/
DSettingTest.java97 mSettingHelper.get().turnOnOffBluetooth(false); in testBluetoothSettings()
99 mSettingHelper.get().turnOnOffBluetooth(true); in testBluetoothSettings()
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoStatusBarHelper.java66 void turnOnOffBluetooth(boolean onOff); in turnOnOffBluetooth() method
DIAutoSettingHelper.java86 void turnOnOffBluetooth(boolean turnOn); in turnOnOffBluetooth() method
/platform_testing/libraries/automotive-helpers/status-bar-helper/src/android/platform/helpers/
DStatusBarHelperImpl.java148 public void turnOnOffBluetooth(boolean onOff) { in turnOnOffBluetooth() method in StatusBarHelperImpl
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingHelperImpl.java194 public void turnOnOffBluetooth(boolean onOff) { in turnOnOffBluetooth() method in SettingHelperImpl