Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/qc/
DPairedBluetoothDevicesTest.java22 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()
/packages/apps/Car/Settings/src/com/android/car/settings/qc/
DPairedBluetoothDevices.java65 public class PairedBluetoothDevices extends SettingsQCItem { class
76 private static final Logger LOG = new Logger(PairedBluetoothDevices.class);
82 public PairedBluetoothDevices(Context context) { in PairedBluetoothDevices() method in PairedBluetoothDevices
DPairedBluetoothDevicesWorker.java32 extends SettingsQCBackgroundWorker<PairedBluetoothDevices>
DSettingsQCRegistry.java150 map.put(PAIRED_BLUETOOTH_DEVICES_URI, PairedBluetoothDevices.class); in createUriToQCMap()