Searched refs:onAcceptCall (Results 1 – 6 of 6) sorted by relevance
79 public abstract void onAcceptCall(int requestId, @NonNull UUID callId); in onAcceptCall() method in BluetoothLeCallControl.Callback171 public void onAcceptCall(int requestId, ParcelUuid uuid) { in onAcceptCall() method in BluetoothLeCallControl.CallbackWrapper172 executeFromBinder(mExecutor, () -> mCallback.onAcceptCall(requestId, uuid.getUuid())); in onAcceptCall()
30 void onAcceptCall(in int requestId, in ParcelUuid uuid); in onAcceptCall() method
377 .onAcceptCall(requestIdCaptor.capture(), callUuidCaptor.capture()); in testCallAccept()
844 bearer.callback.onAcceptCall(
1732 public void onAcceptCall(int requestId, UUID callId) {
1784 mBluetoothInCallService.mBluetoothLeCallControlCallback.onAcceptCall( in leCallControlCallback_onAcceptCall_withUnknownCallId()