Searched refs:mBluetoothSwitch (Results 1 – 1 of 1) sorted by relevance
66 private MenuItem mBluetoothSwitch; field in BluetoothSettingsFragment76 return Collections.singletonList(mBluetoothSwitch); in getToolbarMenuItems()83 mBluetoothSwitch = new MenuItem.Builder(getContext()) in onCreate()121 mBluetoothSwitch.setOnClickListener(null); in handleStateChanged()124 mBluetoothSwitch.setEnabled(false); in handleStateChanged()125 mBluetoothSwitch.setChecked(true); in handleStateChanged()128 mBluetoothSwitch.setEnabled(!isUserRestricted()); in handleStateChanged()129 mBluetoothSwitch.setChecked(true); in handleStateChanged()132 mBluetoothSwitch.setEnabled(false); in handleStateChanged()133 mBluetoothSwitch.setChecked(false); in handleStateChanged()[all …]