Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DTetherSettings.java78 private SwitchPreference mBluetoothTether; field in TetherSettings
145 mBluetoothTether = (SwitchPreference) findPreference(KEY_ENABLE_BLUETOOTH_TETHERING); in onCreate()
164 getPreferenceScreen().removePreference(mBluetoothTether); in onCreate()
168 mBluetoothTether.setChecked(true); in onCreate()
170 mBluetoothTether.setChecked(false); in onCreate()
194 mBluetoothTether.setEnabled(!mDataSaverEnabled); in onDataSaverChanged()
363 mBluetoothTether.setEnabled(false); in updateBluetoothState()
365 mBluetoothTether.setEnabled(false); in updateBluetoothState()
370 mBluetoothTether.setChecked(true); in updateBluetoothState()
371 mBluetoothTether.setEnabled(!mDataSaverEnabled); in updateBluetoothState()
[all …]
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DTetherSettings.java78 private SwitchPreference mBluetoothTether; field in TetherSettings
145 mBluetoothTether = (SwitchPreference) findPreference(KEY_ENABLE_BLUETOOTH_TETHERING); in onCreate()
164 getPreferenceScreen().removePreference(mBluetoothTether); in onCreate()
168 mBluetoothTether.setChecked(true); in onCreate()
170 mBluetoothTether.setChecked(false); in onCreate()
194 mBluetoothTether.setEnabled(!mDataSaverEnabled); in onDataSaverChanged()
363 mBluetoothTether.setEnabled(false); in updateBluetoothState()
365 mBluetoothTether.setEnabled(false); in updateBluetoothState()
370 mBluetoothTether.setChecked(true); in updateBluetoothState()
371 mBluetoothTether.setEnabled(!mDataSaverEnabled); in updateBluetoothState()
[all …]