Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DAdvancedBluetoothDetailsHeaderControllerTest.java330 SettingsUIDeviceConfig.BT_ADVANCED_HEADER_ENABLED, "true", true); in getAvailabilityStatus_untetheredHeadsetWithConfigOn_returnAvailable()
341 SettingsUIDeviceConfig.BT_ADVANCED_HEADER_ENABLED, "false", true); in getAvailabilityStatus_untetheredHeadsetWithConfigOff_returnUnavailable()
352 SettingsUIDeviceConfig.BT_ADVANCED_HEADER_ENABLED, "true", true); in getAvailabilityStatus_notUntetheredHeadsetWithConfigOn_returnUnavailable()
363 SettingsUIDeviceConfig.BT_ADVANCED_HEADER_ENABLED, "false", true); in getAvailabilityStatus_notUntetheredHeadsetWithConfigOff_returnUnavailable()
383 SettingsUIDeviceConfig.BT_ADVANCED_HEADER_ENABLED, "true", true); in onStart_isAvailable_registerCallback()
414 SettingsUIDeviceConfig.BT_ADVANCED_HEADER_ENABLED, "true", true); in onStart_isAvailableButNoBluetoothDevice_notNeedToRegisterCallback()
442 SettingsUIDeviceConfig.BT_ADVANCED_HEADER_ENABLED, "true", true); in onStop_noBluetoothDevice_noNeedToUnregisterCallback()
DBluetoothDetailsHeaderControllerTest.java133 SettingsUIDeviceConfig.BT_ADVANCED_HEADER_ENABLED, "true", true); in isAvailable_untetheredHeadsetWithConfigOn_returnFalse()
144 SettingsUIDeviceConfig.BT_ADVANCED_HEADER_ENABLED, "false", true); in isAvailable_untetheredHeadsetWithConfigOff_returnTrue()
/packages/apps/Settings/src/com/android/settings/core/
DSettingsUIDeviceConfig.java31 public static final String BT_ADVANCED_HEADER_ENABLED = "bt_advanced_header_enabled"; field in SettingsUIDeviceConfig