Home
last modified time | relevance | path

Searched defs:setInCall (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeAudio.aidl69 void setInCall(in boolean inCall, in AttributionSource attributionSource); in setInCall() method
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBinderTest.java257 public void setInCall() { in setInCall() method in LeAudioBinderTest
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioNativeInterface.java365 public void setInCall(boolean inCall) { in setInCall() method in LeAudioNativeInterface
DLeAudioService.java3914 public void setInCall(boolean inCall) { in setInCall() method in LeAudioService
5162 public void setInCall(boolean inCall, AttributionSource source) { in setInCall() method in LeAudioService.BluetoothLeAudioBinder