Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl268 …BluetoothSinkAudioPolicy getRequestedAudioPolicyAsSink(in BluetoothDevice device, in AttributionSo… in getRequestedAudioPolicyAsSink() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java3519 public @Nullable BluetoothSinkAudioPolicy getRequestedAudioPolicyAsSink() { in getRequestedAudioPolicyAsSink() method in BluetoothDevice
3527 return service.getRequestedAudioPolicyAsSink(this, mAttributionSource); in getRequestedAudioPolicyAsSink()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceTest.java137 .getRequestedAudioPolicyAsSink(any(BluetoothDevice.class)); in setUp()
DHeadsetServiceAndStateMachineTest.java148 .getRequestedAudioPolicyAsSink(any(BluetoothDevice.class)); in setUp()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java3853 public BluetoothSinkAudioPolicy getRequestedAudioPolicyAsSink( in getRequestedAudioPolicyAsSink() method in AdapterService.AdapterServiceBinder
3863 return service.getRequestedAudioPolicyAsSink(device); in getRequestedAudioPolicyAsSink()
6780 public BluetoothSinkAudioPolicy getRequestedAudioPolicyAsSink(BluetoothDevice device) { in getRequestedAudioPolicyAsSink() method in AdapterService
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt203 …OTH_PRIVILEGED}) public android.bluetooth.BluetoothSinkAudioPolicy getRequestedAudioPolicyAsSink();