Searched refs:onUnholdCall (Results 1 – 6 of 6) sorted by relevance
251 public void onUnholdCall(int requestId, @NonNull UUID callId) { in onUnholdCall() method in BluetoothLeCallControl.Callback334 public void onUnholdCall(int requestId, ParcelUuid uuid) { in onUnholdCall() method in BluetoothLeCallControl.CallbackWrapper337 mExecutor.execute(() -> mCallback.onUnholdCall(requestId, uuid.getUuid())); in onUnholdCall()
38 void onUnholdCall(in int requestId, in ParcelUuid uuid); in onUnholdCall() method
540 .onUnholdCall(requestIdCaptor.capture(), callUuidCaptor.capture()); in testCallRetrieve()
914 bearer.callback.onUnholdCall(
1768 public void onUnholdCall(int requestId, UUID callId) {
1894 callback.onUnholdCall(requestId, unknownCallId); in testLeCallControlCallback_onUnholdCall_withUnknownCallId()