Searched refs:onHoldCall (Results 1 – 7 of 7) sorted by relevance
237 public void onHoldCall(int requestId, @NonNull UUID callId) { in onHoldCall() method in BluetoothLeCallControl.Callback324 public void onHoldCall(int requestId, ParcelUuid uuid) { in onHoldCall() method in BluetoothLeCallControl.CallbackWrapper327 mExecutor.execute(() -> mCallback.onHoldCall(requestId, uuid.getUuid())); in onHoldCall()
36 void onHoldCall(in int requestId, in ParcelUuid uuid); in onHoldCall() method
1140 BluetoothCall onHoldCall = createHeldCall(UUID.randomUUID()); in testProcessChldTypeReleaseHeldHold() local1143 verify(onHoldCall).disconnect(); in testProcessChldTypeReleaseHeldHold()1879 callback.onHoldCall(requestId, unknownCallId); in testLeCallControlCallback_onHoldCall_withUnknownCallId()
484 .onHoldCall(requestIdCaptor.capture(), callUuidCaptor.capture()); in testCallHold()
4288 Call onHoldCall = getFirstCallWithState(CallState.ON_HOLD);4289 if (activeCall != null && onHoldCall != null) {4291 Log.addEvent(onHoldCall, LogUtils.Events.INFO,4293 unholdCall(onHoldCall);4316 Call onHoldCall = getFirstCallWithState(CallState.ON_HOLD);4317 if (activeCall != null && onHoldCall != null) {
902 bearer.callback.onHoldCall(
1752 public void onHoldCall(int requestId, UUID callId) {