Home
last modified time | relevance | path

Searched refs:mBluetoothTether (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DTetherSettings.java77 private SwitchPreference mBluetoothTether; field in TetherSettings
141 mBluetoothTether = (SwitchPreference) findPreference(KEY_ENABLE_BLUETOOTH_TETHERING); in onCreate()
160 getPreferenceScreen().removePreference(mBluetoothTether); in onCreate()
164 mBluetoothTether.setChecked(true); in onCreate()
166 mBluetoothTether.setChecked(false); in onCreate()
190 mBluetoothTether.setEnabled(!mDataSaverEnabled); in onDataSaverChanged()
359 mBluetoothTether.setEnabled(false); in updateBluetoothState()
361 mBluetoothTether.setEnabled(false); in updateBluetoothState()
366 mBluetoothTether.setChecked(true); in updateBluetoothState()
367 mBluetoothTether.setEnabled(!mDataSaverEnabled); in updateBluetoothState()
[all …]
/packages/apps/Settings/src/com/android/settings/
DTetherSettings.java87 private SwitchPreference mBluetoothTether; field in TetherSettings
158 mBluetoothTether = (SwitchPreference) findPreference(KEY_ENABLE_BLUETOOTH_TETHERING); in onCreate()
184 getPreferenceScreen().removePreference(mBluetoothTether); in onCreate()
188 mBluetoothTether.setChecked(true); in onCreate()
190 mBluetoothTether.setChecked(false); in onCreate()
215 mBluetoothTether.setEnabled(!mDataSaverEnabled); in onDataSaverChanged()
410 mBluetoothTether.setEnabled(false); in updateBluetoothState()
412 mBluetoothTether.setEnabled(false); in updateBluetoothState()
417 mBluetoothTether.setChecked(true); in updateBluetoothState()
418 mBluetoothTether.setEnabled(!mDataSaverEnabled); in updateBluetoothState()
[all …]