Searched defs:mBluetoothShowDevicesWithoutNames (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/development/
H A DDevelopmentSettings.java290 private SwitchPreference mBluetoothShowDevicesWithoutNames; field in class:DevelopmentSettings
508 mBluetoothShowDevicesWithoutNames =
1496 updateSwitchPreference(mBluetoothShowDevicesWithoutNames,
1503 mBluetoothShowDevicesWithoutNames.isChecked() ? "true" : "false");
2570 } else if (preference == mBluetoothShowDevicesWithoutNames) {

Completed in 66 milliseconds