Searched refs:getConnectionStateWithAttribution (Results 1 – 7 of 7) sorted by relevance
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothA2dp.aidl | 56 …int getConnectionStateWithAttribution(in BluetoothDevice device, in AttributionSource attributionS… in getConnectionStateWithAttribution() method
|
H A D | IBluetoothHeadset.aidl | 44 …int getConnectionStateWithAttribution(in BluetoothDevice device, in AttributionSource attributionS… in getConnectionStateWithAttribution() method
|
H A D | IBluetooth.aidl | 118 …int getConnectionStateWithAttribution(in BluetoothDevice device, in AttributionSource attributionS… in getConnectionStateWithAttribution() method
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothDevice.java | 1688 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 D | A2dpService.java | 1300 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 D | HeadsetService.java | 492 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 D | AdapterService.java | 1708 return getConnectionStateWithAttribution(device, Utils.getCallingAttributionSource()); in getConnectionState() 1712 public int getConnectionStateWithAttribution( in getConnectionStateWithAttribution() method in AdapterService.AdapterServiceBinder
|