Home
last modified time | relevance | path

Searched refs:connectWithAttribution (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothA2dp.aidl36 … boolean connectWithAttribution(in BluetoothDevice device, in AttributionSource attributionSource); in connectWithAttribution() method
H A DIBluetoothHeadset.aidl59 … boolean connectWithAttribution(in BluetoothDevice device, in AttributionSource attributionSource); in connectWithAttribution() method
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java1240 return connectWithAttribution(device, Utils.getCallingAttributionSource()); in connect()
1244 public boolean connectWithAttribution(BluetoothDevice device, AttributionSource source) { in connectWithAttribution() method in A2dpService.BluetoothA2dpBinder
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java438 return connectWithAttribution(device, Utils.getCallingAttributionSource()); in connect()
442 public boolean connectWithAttribution(BluetoothDevice device, AttributionSource source) { in connectWithAttribution() method in HeadsetService.BluetoothHeadsetBinder