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
144 mBluetoothTether = (SwitchPreference) findPreference(KEY_ENABLE_BLUETOOTH_TETHERING); in onCreate()
163 getPreferenceScreen().removePreference(mBluetoothTether); in onCreate()
167 mBluetoothTether.setChecked(true); in onCreate()
169 mBluetoothTether.setChecked(false); in onCreate()
193 mBluetoothTether.setEnabled(!mDataSaverEnabled); in onDataSaverChanged()
362 mBluetoothTether.setEnabled(false); in updateBluetoothState()
364 mBluetoothTether.setEnabled(false); in updateBluetoothState()
369 mBluetoothTether.setChecked(true); in updateBluetoothState()
370 mBluetoothTether.setEnabled(!mDataSaverEnabled); in updateBluetoothState()
[all …]
/packages/apps/Settings/src/com/android/settings/
DTetherSettings.java83 private SwitchPreference mBluetoothTether; field in TetherSettings
157 mBluetoothTether = (SwitchPreference) findPreference(KEY_ENABLE_BLUETOOTH_TETHERING); in onCreate()
182 getPreferenceScreen().removePreference(mBluetoothTether); in onCreate()
186 mBluetoothTether.setChecked(true); in onCreate()
188 mBluetoothTether.setChecked(false); in onCreate()
213 mBluetoothTether.setEnabled(!mDataSaverEnabled); in onDataSaverChanged()
394 mBluetoothTether.setEnabled(false); in updateBluetoothState()
396 mBluetoothTether.setEnabled(false); in updateBluetoothState()
401 mBluetoothTether.setChecked(true); in updateBluetoothState()
402 mBluetoothTether.setEnabled(!mDataSaverEnabled); in updateBluetoothState()
[all …]