Searched refs:BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/ |
D | BluetoothDeviceNoNamePreferenceControllerTest.java | 20 .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/apps/Settings/src/com/android/settings/development/ |
D | BluetoothDeviceNoNamePreferenceController.java | 36 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/bluetooth/ |
D | DeviceListPreferenceFragment.kt | 126 BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY, false in onCreate() 372 private const val BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY = constant
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | HearingDevicePairingFragment.java | 75 private static final String BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY = field in HearingDevicePairingFragment 114 BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY, false); in onCreate()
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothDevicePreference.java | 61 BluetoothUtils.BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY, false); in BluetoothDevicePreference()
|
D | BluetoothUtils.java | 66 public static final String BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY = field in BluetoothUtils
|
/packages/apps/Car/Settings/src/com/android/car/settings/qc/ |
D | PairedBluetoothDevices.java | 90 BluetoothUtils.BLUETOOTH_SHOW_DEVICES_WITHOUT_NAMES_PROPERTY, false); in PairedBluetoothDevices()
|