Home
last modified time | relevance | path

Searched defs:onHoldCall (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeCallControlCallback.aidl36 void onHoldCall(in int requestId, in ParcelUuid uuid); in onHoldCall() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCallControl.java237 public void onHoldCall(int requestId, @NonNull UUID callId) { in onHoldCall() method in BluetoothLeCallControl.Callback
324 public void onHoldCall(int requestId, ParcelUuid uuid) { in onHoldCall() method in BluetoothLeCallControl.CallbackWrapper
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java1140 BluetoothCall onHoldCall = createHeldCall(UUID.randomUUID()); in testProcessChldTypeReleaseHeldHold() local