/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/ |
D | BluetoothUtilsTest.java | 91 when(mMockBluetoothDevice.getUuids()).thenReturn(A2DP_SINK_UUIDS); in testIsA2dpSourceProfileSupportedBothSupported_returnsTrue() 98 when(mMockBluetoothDevice.getUuids()).thenReturn(A2DP_SINK_UUIDS); in testIsA2dpSourceProfileSupportedRemoteSupported_returnsFalse() 105 when(mMockBluetoothDevice.getUuids()).thenReturn(WRONG_UUIDS); in testIsA2dpSourceProfileSupportedLocalSupported_returnsFalse() 112 when(mMockBluetoothDevice.getUuids()).thenReturn(WRONG_UUIDS); in testIsA2dpSourceProfileSupportedBothUnsupported_returnsFalse() 119 when(mMockBluetoothDevice.getUuids()).thenReturn(A2DP_SOURCE_UUIDS); in testIsA2dpSourceProfileSupportedBothSupportSameRole_returnsFalse() 126 when(mMockBluetoothDevice.getUuids()).thenReturn(A2DP_SOURCE_UUIDS); in testIsA2dpSinkProfileSupportedBothSupported_returnsTrue() 133 when(mMockBluetoothDevice.getUuids()).thenReturn(A2DP_SOURCE_UUIDS); in testIsA2dpSinkProfileSupportedRemoteSupported_returnsFalse() 140 when(mMockBluetoothDevice.getUuids()).thenReturn(WRONG_UUIDS); in testIsA2dpSinkProfileSupportedLocalSupported_returnsFalse() 147 when(mMockBluetoothDevice.getUuids()).thenReturn(WRONG_UUIDS); in testIsA2dpSinkProfileSupportedBothUnsupported_returnsFalse() 154 when(mMockBluetoothDevice.getUuids()).thenReturn(A2DP_SINK_UUIDS); in testIsA2dpSinkProfileSupportedBothSupportSameRole_returnsFalse() [all …]
|
D | CarBluetoothUserServiceTest.java | 344 when(device.getUuids()).thenReturn(uuids); in createMockDevice()
|
D | BluetoothConnectionRetryManagerTest.java | 180 when(device.getUuids()).thenReturn(uuids); in createMockDevice()
|
D | BluetoothDeviceManagerTest.java | 286 when(device.getUuids()).thenReturn(uuids); in createDevice()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/ |
D | BluetoothDeviceTypeChecker.java | 85 ParcelUuid[] uuidsArray = device.getUuids(); in deviceContainsUuid() 132 mDeviceUUidsFuture.complete(device.getUuids());
|
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/ |
D | BluetoothProxy.java | 960 if (Arrays.asList(dev.getUuids() != null ? dev.getUuids() : new ParcelUuid[0]) in queryLeAudioDevices() 980 if (Arrays.asList(dev.getUuids() != null ? dev.getUuids() : new ParcelUuid[0]) in queryLeAudioDevices() 997 if (Arrays.asList(dev.getUuids() != null ? dev.getUuids() : new ParcelUuid[0]) in queryLeAudioDevices() 1049 if (Arrays.asList(dev.getUuids() != null ? dev.getUuids() : new ParcelUuid[0]) in queryLeAudioDevices()
|
D | LeAudioRecycleViewAdapter.java | 115 if (leAudioDeviceStateWrapper.device.getUuids() != null) { in onBindViewHolder() 119 Arrays.asList(leAudioDeviceStateWrapper.device.getUuids()) in onBindViewHolder() 128 Arrays.asList(leAudioDeviceStateWrapper.device.getUuids()) in onBindViewHolder() 138 Arrays.asList(leAudioDeviceStateWrapper.device.getUuids()) in onBindViewHolder() 146 Arrays.asList(leAudioDeviceStateWrapper.device.getUuids()) in onBindViewHolder()
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/ |
D | ShadowBluetoothAdapter.java | 61 protected ParcelUuid[] getUuids() { in getUuids() method in ShadowBluetoothAdapter
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Gatt.kt | 168 .filter { bluetoothDevice.getUuids() != null } in discoverServicesSdp() 171 for (parcelUuid in bluetoothDevice.getUuids()) { in discoverServicesSdp()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | RemoteDevices.java | 407 ParcelUuid[] getUuids() { in getUuids() method in RemoteDevices.DeviceProperties 692 ParcelUuid[] uuids = prop == null ? null : prop.getUuids(); in sendUuidIntent() 939 if (areUuidsEqual(newUuids, deviceProperties.getUuids())) { in devicePropertyChangedCallback() 1374 && getDeviceProperties(device).getUuids() == null) { in fetchUuids()
|
D | BondStateMachine.java | 580 && devProp.getUuids() == null) { in sendIntent()
|
D | AdapterProperties.java | 389 ParcelUuid[] getUuids() { in getUuids() method in AdapterProperties
|
D | AdapterService.java | 1664 ParcelUuid[] localDeviceUuids = mAdapterProperties.getUuids(); in isProfileSupported() 2394 public List<ParcelUuid> getUuids(AttributionSource attributionSource) { in getUuids() method in AdapterService.AdapterServiceBinder 2403 ParcelUuid[] parcels = service.mAdapterProperties.getUuids(); in getUuids() 5586 return deviceProp.getUuids(); in getRemoteUuids()
|
/packages/services/Car/service/src/com/android/car/bluetooth/ |
D | BluetoothUtils.java | 228 ParcelUuid[] uuids = device.getUuids(); in isProfileSupported()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetooth.aidl | 62 List<ParcelUuid> getUuids(in AttributionSource attributionSource); in getUuids() method
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/ |
D | BluetoothDevicePickerPreferenceControllerTest.java | 173 when(mBondedDevice.getUuids()).thenReturn(new ParcelUuid[]{BluetoothUuid.A2DP_SINK}); in onStart_appliesFilterType()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothA2dp.java | 685 ParcelUuid[] uuids = device.getUuids(); in shouldSendVolumeKeys()
|
D | BluetoothAdapter.java | 1757 public @NonNull ParcelUuid[] getUuids() { in getUuids() method in BluetoothAdapter 1778 return mService.getUuids(mAttributionSource); in getUuidsList()
|
D | BluetoothDevice.java | 2404 public ParcelUuid[] getUuids() { in getUuids() method in BluetoothDevice
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/ |
D | SapService.java | 575 ParcelUuid[] featureUuids = device.getUuids(); in getDevicesMatchingConnectionStates()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/ |
D | HearingAidService.java | 407 final ParcelUuid[] featureUuids = device.getUuids(); in getDevicesMatchingConnectionStates()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/ |
D | CsipSetCoordinatorService.java | 360 final ParcelUuid[] featureUuids = device.getUuids(); in getDevicesMatchingConnectionStates()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/ |
D | HapClientService.java | 274 final ParcelUuid[] featureUuids = device.getUuids(); in getDevicesMatchingConnectionStates()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapService.java | 593 ParcelUuid[] featureUuids = device.getUuids(); in getDevicesMatchingConnectionStates()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/ |
D | VolumeControlService.java | 459 final ParcelUuid[] featureUuids = device.getUuids(); in getDevicesMatchingConnectionStates()
|