Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothBondedDevicesPreferenceController.java79 private static final MultiActionPreference.ActionItem BLUETOOTH_BUTTON = field in BluetoothBondedDevicesPreferenceController
112 ToggleButtonActionItem bluetoothItem = pref.getActionItem(BLUETOOTH_BUTTON); in createDevicePreference()
193 preference.getActionItem(BLUETOOTH_BUTTON).setChecked(true); in setButtonsCheckedAndListeners()
212 ToggleButtonActionItem bluetoothItem = preference.getActionItem(BLUETOOTH_BUTTON); in setButtonsCheckedAndListeners()
276 ToggleButtonActionItem bluetoothItem = preference.getActionItem(BLUETOOTH_BUTTON); in updateBluetoothActionItemAvailability()
309 preference.getActionItem(BLUETOOTH_BUTTON).setEnabled(false); in disableAllActionItems()
/packages/apps/Car/Settings/src/com/android/car/settings/qc/
DPairedBluetoothDevices.java71 static final String BLUETOOTH_BUTTON = "BLUETOOTH_BUTTON"; field in PairedBluetoothDevices
183 if (BLUETOOTH_BUTTON.equals(buttonType)) { in onNotifyChange()
257 return createBluetoothDeviceToggle(device, requestCode, BLUETOOTH_BUTTON, in createBluetoothButton()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/qc/
DPairedBluetoothDevicesTest.java22 import static com.android.car.settings.qc.PairedBluetoothDevices.BLUETOOTH_BUTTON;
294 intent.putExtra(EXTRA_BUTTON_TYPE, BLUETOOTH_BUTTON); in onNotifyChange_toggleBluetooth()