Home
last modified time | relevance | path

Searched refs:isBluetoothOn (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoStatusBarHelper.java63 boolean isBluetoothOn(); in isBluetoothOn() method
DIAutoSettingHelper.java114 boolean isBluetoothOn(); in isBluetoothOn() method
/platform_testing/tests/automotive/functional/settings/src/android/platform/tests/
DSettingTest.java98 assertFalse(mSettingHelper.get().isBluetoothOn()); in testBluetoothSettings()
/platform_testing/libraries/automotive-helpers/status-bar-helper/src/android/platform/helpers/
DStatusBarHelperImpl.java136 public boolean isBluetoothOn() { in isBluetoothOn() method in StatusBarHelperImpl
149 boolean isOn = isBluetoothOn(); in turnOnOffBluetooth()
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingHelperImpl.java195 boolean isOn = isBluetoothOn(); in turnOnOffBluetooth()
211 public boolean isBluetoothOn() { in isBluetoothOn() method in SettingHelperImpl