Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/qc/
DSettingsQCRegistry.java40 public static final Uri PAIRED_BLUETOOTH_DEVICES_URI = new Uri.Builder() field in SettingsQCRegistry
150 map.put(PAIRED_BLUETOOTH_DEVICES_URI, PairedBluetoothDevices.class); in createUriToQCMap()
DPairedBluetoothDevices.java159 return SettingsQCRegistry.PAIRED_BLUETOOTH_DEVICES_URI; in getUri()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/qc/
DPairedBluetoothDevicesWorkerTest.java60 SettingsQCRegistry.PAIRED_BLUETOOTH_DEVICES_URI); in setUp()