Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/functional/settings/src/android/platform/tests/
DSettingTest.java86 mSettingHelper.get().openSetting(AutoConfigConstants.BLUETOOTH_SETTINGS); in testBluetoothSettings()
/platform_testing/tests/automotive/functional/uxrestriction/src/android/platform/tests/
DUxRestrictionTest.java89 mSettingHelper.get().openSetting(AutoConfigConstants.BLUETOOTH_SETTINGS); in testRestrictedBluetoothSettings()
/platform_testing/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/
DAutoSettingsConfigUtility.java193 mSettingsOptionsMap.put(AutoConfigConstants.BLUETOOTH_SETTINGS, new String[] {}); in loadDefaultSettingOptions()
211 mSettingsPathMap.put(AutoConfigConstants.BLUETOOTH_SETTINGS, new String[] {"Bluetooth"}); in loadDefaultSettingPaths()
342 AutoConfigConstants.BLUETOOTH_SETTINGS, bluetoothSettingsConfiguration); in loadDefaultBluetoothSettingsConfig()
DAutoConfigConstants.java82 public static final String BLUETOOTH_SETTINGS = "BLUETOOTH"; field in AutoConfigConstants
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingHelperImpl.java238 AutoConfigConstants.BLUETOOTH_SETTINGS, in turnOnOffBluetooth()