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.java942 ParcelUuid[] localDeviceUuids = mAdapterProperties.getUuids(); in connectEnabledProfiles()
1131 public ParcelUuid[] getUuids() { in getUuids() method in AdapterService.AdapterServiceBinder
1139 return service.mAdapterProperties.getUuids(); in getUuids()
2407 ParcelUuid[] localDeviceUuids = mAdapterProperties.getUuids(); in connectAllEnabledProfiles()
2583 return deviceProp.getUuids(); in getRemoteUuids()
DBondStateMachine.java400 && newState == BluetoothDevice.BOND_BONDED && devProp.getUuids() == null)) { in sendIntent()
DAdapterProperties.java359 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.java141 when(mBondedDevice.getUuids()).thenReturn(new ParcelUuid[]{BluetoothUuid.A2DP_SINK}); in onStart_appliesFilterType()
/packages/services/Car/service/src/com/android/car/
DBluetoothProfileDeviceManager.java737 if (BluetoothUuid.containsAnyUuid(device.getUuids(), mProfileUuids) in addBondedDeviceIfSupported()
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidService.java403 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.java1086 doReturn(mUuids).when(device).getUuids(); in testReceiveSupportedDeviceBonded_deviceAdded()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java562 ParcelUuid[] featureUuids = device.getUuids(); in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java1769 ParcelUuid[] featureUuids = device.getUuids(); in getDevicesMatchingConnectionStates()