Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothSettingsFragment.java70 private MenuItem mBluetoothSwitch; field in BluetoothSettingsFragment
80 return Collections.singletonList(mBluetoothSwitch); in getToolbarMenuItems()
87 mBluetoothSwitch = new MenuItem.Builder(getContext()) in onCreate()
125 mBluetoothSwitch.setOnClickListener(null); in handleStateChanged()
128 mBluetoothSwitch.setEnabled(false); in handleStateChanged()
129 mBluetoothSwitch.setChecked(true); in handleStateChanged()
132 mBluetoothSwitch.setEnabled(!isUserRestricted()); in handleStateChanged()
133 mBluetoothSwitch.setChecked(true); in handleStateChanged()
136 mBluetoothSwitch.setEnabled(false); in handleStateChanged()
137 mBluetoothSwitch.setChecked(false); in handleStateChanged()
[all …]