Searched refs:PBAP_CLIENT_UUIDS (Results 1 – 2 of 2) sorted by relevance
55 private static final ParcelUuid[] PBAP_CLIENT_UUIDS = field in BluetoothUtilsTest260 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()
70 private static final ParcelUuid[] PBAP_CLIENT_UUIDS = field in BluetoothUtils250 return BluetoothUuid.containsAnyUuid(ourUuids, PBAP_CLIENT_UUIDS) in isProfileSupported()