Searched refs:BluetoothSwitch (Results 1 – 4 of 4) sorted by relevance
41 public class BluetoothSwitch extends SettingsQCItem { class43 public BluetoothSwitch(Context context) { in BluetoothSwitch() method in BluetoothSwitch
31 public class BluetoothSwitchWorker extends SettingsQCBackgroundWorker<BluetoothSwitch> {
149 map.put(BLUETOOTH_SWITCH_URI, BluetoothSwitch.class); in createUriToQCMap()
50 private BluetoothSwitch mBluetoothSwitch;63 mBluetoothSwitch = new BluetoothSwitch(mContext); in setUp()