Home
last modified time | relevance | path

Searched refs:getConnectionStateWithAttribution (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothA2dp.aidl56 …int getConnectionStateWithAttribution(in BluetoothDevice device, in AttributionSource attributionS… in getConnectionStateWithAttribution() method
H A DIBluetoothHeadset.aidl44 …int getConnectionStateWithAttribution(in BluetoothDevice device, in AttributionSource attributionS… in getConnectionStateWithAttribution() method
H A DIBluetooth.aidl118 …int getConnectionStateWithAttribution(in BluetoothDevice device, in AttributionSource attributionS… in getConnectionStateWithAttribution() method
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java1688 return service.getConnectionStateWithAttribution(this, mAttributionSource) in isConnected()
1714 return service.getConnectionStateWithAttribution(this, mAttributionSource) in isEncrypted()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java1300 return getConnectionStateWithAttribution(device, Utils.getCallingAttributionSource()); in getConnectionState()
1304 public int getConnectionStateWithAttribution(BluetoothDevice device, in getConnectionStateWithAttribution() method in A2dpService.BluetoothA2dpBinder
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java492 return getConnectionStateWithAttribution(device, Utils.getCallingAttributionSource()); in getConnectionState()
496 public int getConnectionStateWithAttribution(BluetoothDevice device, in getConnectionStateWithAttribution() method in HeadsetService.BluetoothHeadsetBinder
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java1708 return getConnectionStateWithAttribution(device, Utils.getCallingAttributionSource()); in getConnectionState()
1712 public int getConnectionStateWithAttribution( in getConnectionStateWithAttribution() method in AdapterService.AdapterServiceBinder