Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DBluetoothDeviceNoNamePreferenceControllerTest.java20 .BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY;
67 BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY, in onPreferenceChanged_settingEnabled_shouldTurnOnBluetoothDeviceNoName()
78 BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY, true /* default */); in onPreferenceChanged_settingDisabled_shouldTurnOffBluetoothDeviceNoName()
85 SystemProperties.set(BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY, in updateState_settingEnabled_preferenceShouldBeChecked()
94 SystemProperties.set(BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY, in updateState_settingDisabled_preferenceShouldNotBeChecked()
106 BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY, in onDeveloperOptionsDisabled_shouldDisablePreference()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DBluetoothDeviceNoNamePreferenceController.java36 static final String BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY = field in BluetoothDeviceNoNamePreferenceController
51 SystemProperties.set(BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY, in onPreferenceChange()
59 BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY, false /* default */); in updateState()
66 SystemProperties.set(BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY, "false"); in onDeveloperOptionsSwitchDisabled()
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothDeviceNoNamePreferenceController.java36 static final String BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY = field in BluetoothDeviceNoNamePreferenceController
51 SystemProperties.set(BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY, in onPreferenceChange()
59 BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY, false /* default */); in updateState()
66 SystemProperties.set(BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY, "false"); in onDeveloperOptionsSwitchDisabled()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothDevicePreference.java41 private static final String BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY = field in BluetoothDevicePreference
52 BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY, false); in BluetoothDevicePreference()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DDeviceListPreferenceFragment.java57 private static final String BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY = field in DeviceListPreferenceFragment
102 BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY, false); in onCreate()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DDeviceListPreferenceFragment.java58 private static final String BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY = field in DeviceListPreferenceFragment
104 BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY, false); in onCreate()