Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/qc/
DBluetoothSwitch.java41 public class BluetoothSwitch extends SettingsQCItem { class
43 public BluetoothSwitch(Context context) { in BluetoothSwitch() method in BluetoothSwitch
DBluetoothSwitchWorker.java31 public class BluetoothSwitchWorker extends SettingsQCBackgroundWorker<BluetoothSwitch> {
DSettingsQCRegistry.java149 map.put(BLUETOOTH_SWITCH_URI, BluetoothSwitch.class); in createUriToQCMap()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/qc/
DBluetoothSwitchTest.java50 private BluetoothSwitch mBluetoothSwitch;
63 mBluetoothSwitch = new BluetoothSwitch(mContext); in setUp()