Home
last modified time | relevance | path

Searched defs:setAudioRouteAllowed (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DBluetoothHeadsetBinderTest.java151 public void setAudioRouteAllowed() { in setAudioRouteAllowed() method in BluetoothHeadsetBinderTest
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHeadsetClient.aidl86 …void setAudioRouteAllowed(in BluetoothDevice device, boolean allowed, in AttributionSource attribu… in setAudioRouteAllowed() method
DIBluetoothHeadset.aidl64 void setAudioRouteAllowed(boolean allowed, in AttributionSource attributionSource); in setAudioRouteAllowed() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java408 public void setAudioRouteAllowed( in setAudioRouteAllowed() method in HeadsetClientService.BluetoothHeadsetClientBinder
793 public void setAudioRouteAllowed(BluetoothDevice device, boolean allowed) { in setAudioRouteAllowed() method in HeadsetClientService
DHeadsetClientStateMachine.java2377 public void setAudioRouteAllowed(boolean allowed) { in setAudioRouteAllowed() method in HeadsetClientStateMachine
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHeadset.java864 public @SetAudioRouteAllowedReturnValues int setAudioRouteAllowed(boolean allowed) { in setAudioRouteAllowed() method in BluetoothHeadset
DBluetoothHeadsetClient.java1362 public void setAudioRouteAllowed(BluetoothDevice device, boolean allowed) { in setAudioRouteAllowed() method in BluetoothHeadsetClient
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetService.java694 public void setAudioRouteAllowed(boolean allowed, AttributionSource source) { in setAudioRouteAllowed() method in HeadsetService.BluetoothHeadsetBinder
1252 public void setAudioRouteAllowed(boolean allowed) { in setAudioRouteAllowed() method in HeadsetService