Searched refs:mBluetoothTether (Results 1 – 2 of 2) sorted by relevance
100 TwoStatePreference mBluetoothTether; field in TetherSettings200 getPreferenceScreen().removePreference(mBluetoothTether); in onCreate()204 mBluetoothTether.setChecked(true); in onCreate()206 mBluetoothTether.setChecked(false); in onCreate()248 mBluetoothTether = (TwoStatePreference) findPreference(KEY_ENABLE_BLUETOOTH_TETHERING); in setupTetherPreference()257 mBluetoothTether.setEnabled(!mDataSaverEnabled); in onDataSaverChanged()517 mBluetoothTether.setEnabled(false); in updateBluetoothState()519 mBluetoothTether.setEnabled(false); in updateBluetoothState()522 mBluetoothTether.setChecked(true); in updateBluetoothState()523 mBluetoothTether.setEnabled(!mDataSaverEnabled); in updateBluetoothState()[all …]
95 private SwitchPreference mBluetoothTether; field in TetherSettingsTest127 mTetherSettings.mBluetoothTether = mBluetoothTether; in setUp()