Searched refs:PairedBluetoothDevices (Results 1 – 4 of 4) sorted by relevance
22 import static com.android.car.settings.qc.PairedBluetoothDevices.BLUETOOTH_BUTTON;23 import static com.android.car.settings.qc.PairedBluetoothDevices.EXTRA_BUTTON_TYPE;24 import static com.android.car.settings.qc.PairedBluetoothDevices.EXTRA_DEVICE_KEY;25 import static com.android.car.settings.qc.PairedBluetoothDevices.MEDIA_BUTTON;26 import static com.android.car.settings.qc.PairedBluetoothDevices.PHONE_BUTTON;78 private PairedBluetoothDevices mPairedBluetoothDevices;108 mPairedBluetoothDevices = new PairedBluetoothDevices(mContext); in setUp()
65 public class PairedBluetoothDevices extends SettingsQCItem { class76 private static final Logger LOG = new Logger(PairedBluetoothDevices.class);82 public PairedBluetoothDevices(Context context) { in PairedBluetoothDevices() method in PairedBluetoothDevices
32 extends SettingsQCBackgroundWorker<PairedBluetoothDevices>
150 map.put(PAIRED_BLUETOOTH_DEVICES_URI, PairedBluetoothDevices.class); in createUriToQCMap()