Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DBluetoothUtilsTest.java55 private static final ParcelUuid[] PBAP_CLIENT_UUIDS = field in BluetoothUtilsTest
260 assertThat(BluetoothUtils.isProfileSupported(Arrays.asList(PBAP_CLIENT_UUIDS), in testIsPbapClientProfileSupportedBothSupported_returnsTrue()
274 assertThat(BluetoothUtils.isProfileSupported(Arrays.asList(PBAP_CLIENT_UUIDS), in testIsPbapClientProfileSupportedLocalSupported_returnsFalse()
287 when(mMockBluetoothDevice.getUuids()).thenReturn(PBAP_CLIENT_UUIDS); in testIsPbapClientProfileSupportedSameRoleSupported_returnsFalse()
288 assertThat(BluetoothUtils.isProfileSupported(Arrays.asList(PBAP_CLIENT_UUIDS), in testIsPbapClientProfileSupportedSameRoleSupported_returnsFalse()
/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothUtils.java70 private static final ParcelUuid[] PBAP_CLIENT_UUIDS = field in BluetoothUtils
250 return BluetoothUuid.containsAnyUuid(ourUuids, PBAP_CLIENT_UUIDS) in isProfileSupported()