Home
last modified time | relevance | path

Searched refs:HFP_HF_UUIDS (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DBluetoothUtilsTest.java45 private static final ParcelUuid[] HFP_HF_UUIDS = field in BluetoothUtilsTest
162 assertThat(BluetoothUtils.isProfileSupported(Arrays.asList(HFP_HF_UUIDS), in testIsHfpHfProfileSupportedBothSupported_returnsTrue()
176 assertThat(BluetoothUtils.isProfileSupported(Arrays.asList(HFP_HF_UUIDS), in testIsHfpHfProfileSupportedLocalSupported_returnsFalse()
189 when(mMockBluetoothDevice.getUuids()).thenReturn(HFP_HF_UUIDS); in testIsHfpHfProfileSupportedSameRoleSupported_returnsFalse()
190 assertThat(BluetoothUtils.isProfileSupported(Arrays.asList(HFP_HF_UUIDS), in testIsHfpHfProfileSupportedSameRoleSupported_returnsFalse()
/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothUtils.java60 private static final ParcelUuid[] HFP_HF_UUIDS = field in BluetoothUtils
241 return BluetoothUuid.containsAnyUuid(ourUuids, HFP_HF_UUIDS) in isProfileSupported()