Home
last modified time | relevance | path

Searched refs:getUuids (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowBluetoothAdapter.java56 protected ParcelUuid[] getUuids() { in getUuids() method in ShadowBluetoothAdapter
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java956 ParcelUuid[] localDeviceUuids = mAdapterProperties.getUuids(); in connectEnabledProfiles()
1147 public ParcelUuid[] getUuids() { in getUuids() method in AdapterService.AdapterServiceBinder
1155 return service.mAdapterProperties.getUuids(); in getUuids()
2447 ParcelUuid[] localDeviceUuids = mAdapterProperties.getUuids(); in connectAllEnabledProfiles()
2623 return deviceProp.getUuids(); in getRemoteUuids()
DBondStateMachine.java402 && newState == BluetoothDevice.BOND_BONDED && devProp.getUuids() == null)) { in sendIntent()
DAdapterProperties.java377 ParcelUuid[] getUuids() { in getUuids() method in AdapterProperties
DRemoteDevices.java246 ParcelUuid[] getUuids() { in getUuids() method in RemoteDevices.DeviceProperties
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/
DBluetoothDevicePickerPreferenceControllerTest.java134 when(mBondedDevice.getUuids()).thenReturn(new ParcelUuid[]{BluetoothUuid.A2DP_SINK}); in onStart_appliesFilterType()
/packages/services/Car/service/src/com/android/car/
DBluetoothProfileDeviceManager.java744 if (BluetoothUuid.containsAnyUuid(device.getUuids(), mProfileUuids) in addBondedDeviceIfSupported()
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidService.java401 final ParcelUuid[] featureUuids = device.getUuids(); in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java573 ParcelUuid[] featureUuids = device.getUuids(); in getDevicesMatchingConnectionStates()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DBluetoothProfileDeviceManagerTest.java1084 doReturn(mUuids).when(device).getUuids(); in testReceiveSupportedDeviceBonded_deviceAdded()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java559 ParcelUuid[] featureUuids = device.getUuids(); in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java1769 ParcelUuid[] featureUuids = device.getUuids(); in getDevicesMatchingConnectionStates()