Searched refs:HFP_HF_UUIDS (Results 1 – 2 of 2) sorted by relevance
45 private static final ParcelUuid[] HFP_HF_UUIDS = field in BluetoothUtilsTest162 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()
60 private static final ParcelUuid[] HFP_HF_UUIDS = field in BluetoothUtils241 return BluetoothUuid.containsAnyUuid(ourUuids, HFP_HF_UUIDS) in isProfileSupported()