Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCallControl.java251 public void onUnholdCall(int requestId, @NonNull UUID callId) { in onUnholdCall() method in BluetoothLeCallControl.Callback
334 public void onUnholdCall(int requestId, ParcelUuid uuid) { in onUnholdCall() method in BluetoothLeCallControl.CallbackWrapper
337 mExecutor.execute(() -> mCallback.onUnholdCall(requestId, uuid.getUuid())); in onUnholdCall()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeCallControlCallback.aidl38 void onUnholdCall(in int requestId, in ParcelUuid uuid); in onUnholdCall() method
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGenericTest.java540 .onUnholdCall(requestIdCaptor.capture(), callUuidCaptor.capture()); in testCallRetrieve()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGeneric.java914 bearer.callback.onUnholdCall(
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java1768 public void onUnholdCall(int requestId, UUID callId) {
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java1894 callback.onUnholdCall(requestId, unknownCallId); in testLeCallControlCallback_onUnholdCall_withUnknownCallId()