Searched refs:mBluetoothTether (Results 1 – 1 of 1) sorted by relevance
79 private SwitchPreference mBluetoothTether; field in TetherSettings158 mBluetoothTether = (SwitchPreference) findPreference(ENABLE_BLUETOOTH_TETHERING); in onCreate()186 getPreferenceScreen().removePreference(mBluetoothTether); in onCreate()190 mBluetoothTether.setChecked(true); in onCreate()192 mBluetoothTether.setChecked(false); in onCreate()210 mBluetoothTether.setEnabled(!mDataSaverEnabled); in onDataSaverChanged()459 mBluetoothTether.setEnabled(false); in updateBluetoothState()460 mBluetoothTether.setSummary(R.string.bluetooth_turning_off); in updateBluetoothState()462 mBluetoothTether.setEnabled(false); in updateBluetoothState()463 mBluetoothTether.setSummary(R.string.bluetooth_turning_on); in updateBluetoothState()[all …]