Searched refs:mBluetoothTether (Results 1 – 2 of 2) sorted by relevance
77 private SwitchPreference mBluetoothTether; field in TetherSettings144 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 …]
83 private SwitchPreference mBluetoothTether; field in TetherSettings157 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 …]