Searched refs:PAN_UUIDS (Results 1 – 2 of 2) sorted by relevance
53 private static final ParcelUuid[] PAN_UUIDS = field in BluetoothUtilsTest231 when(mMockBluetoothDevice.getUuids()).thenReturn(PAN_UUIDS); in testIsPanProfileSupportedBothSupported_returnsTrue()232 assertThat(BluetoothUtils.isProfileSupported(Arrays.asList(PAN_UUIDS), in testIsPanProfileSupportedBothSupported_returnsTrue()238 when(mMockBluetoothDevice.getUuids()).thenReturn(PAN_UUIDS); in testIsPanProfileSupportedRemoteSupported_returnsFalse()246 assertThat(BluetoothUtils.isProfileSupported(Arrays.asList(PAN_UUIDS), in testIsPanProfileSupportedLocalSupported_returnsFalse()
68 private static final ParcelUuid[] PAN_UUIDS = field in BluetoothUtils247 return BluetoothUuid.containsAnyUuid(ourUuids, PAN_UUIDS) in isProfileSupported()248 && BluetoothUuid.containsAnyUuid(uuids, PAN_UUIDS); in isProfileSupported()