Home
last modified time | relevance | path

Searched refs:getConnectedDevicesWithAttribution (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothA2dp.aidl46 … List<BluetoothDevice> getConnectedDevicesWithAttribution(in AttributionSource attributionSource); in getConnectedDevicesWithAttribution() method
H A DIBluetoothHeadset.aidl37 … List<BluetoothDevice> getConnectedDevicesWithAttribution(in AttributionSource attributionSource); in getConnectedDevicesWithAttribution() method
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java1270 return getConnectedDevicesWithAttribution(Utils.getCallingAttributionSource()); in getConnectedDevices()
1274 public List<BluetoothDevice> getConnectedDevicesWithAttribution(AttributionSource source) { in getConnectedDevicesWithAttribution() method in A2dpService.BluetoothA2dpBinder
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java468 return getConnectedDevicesWithAttribution(Utils.getCallingAttributionSource()); in getConnectedDevices()
472 public List<BluetoothDevice> getConnectedDevicesWithAttribution(AttributionSource source) { in getConnectedDevicesWithAttribution() method in HeadsetService.BluetoothHeadsetBinder
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dp.java394 service.getConnectedDevicesWithAttribution(mAttributionSource), in getConnectedDevices()
H A DBluetoothHeadset.java549 service.getConnectedDevicesWithAttribution(mAttributionSource), in getConnectedDevices()