Home
last modified time | relevance | path

Searched refs:getRemoteUuids (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java236 if (!BluetoothUuid.isUuidPresent(mAdapterService.getRemoteUuids(device), in connect()
383 if (!BluetoothUuid.isUuidPresent(mAdapterService.getRemoteUuids(device), in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceTest.java106 .getRemoteUuids(any(BluetoothDevice.class)); in setUp()
111 .getRemoteUuids(any(BluetoothDevice.class)); in setUp()
DHeadsetServiceAndStateMachineTest.java170 .getRemoteUuids(any(BluetoothDevice.class)); in setUp()
182 .getRemoteUuids(any(BluetoothDevice.class)); in setUp()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceTest.java125 .getRemoteUuids(any(BluetoothDevice.class)); in setUp()
363 .getRemoteUuids(any(BluetoothDevice.class)); in testOutgoingConnectMissingAudioSinkUuid()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java1307 public ParcelUuid[] getRemoteUuids(BluetoothDevice device) { in getRemoteUuids() method in AdapterService.AdapterServiceBinder
1317 return service.getRemoteUuids(device); in getRemoteUuids()
2203 public ParcelUuid[] getRemoteUuids(BluetoothDevice device) { in getRemoteUuids() method in AdapterService
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidServiceTest.java121 .getRemoteUuids(any(BluetoothDevice.class)); in setUp()
315 .getRemoteUuids(any(BluetoothDevice.class)); in testOutgoingConnectMissingHearingAidUuid()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java687 ParcelUuid[] featureUuids = mAdapterService.getRemoteUuids(device); in connect()
785 final ParcelUuid[] featureUuids = mAdapterService.getRemoteUuids(device); in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidService.java236 ParcelUuid[] featureUuids = mAdapterService.getRemoteUuids(device); in connect()