Searched refs:onAcceptCall (Results 1 – 6 of 6) sorted by relevance
213 public abstract void onAcceptCall(int requestId, @NonNull UUID callId); in onAcceptCall() method in BluetoothLeCallControl.Callback304 public void onAcceptCall(int requestId, ParcelUuid uuid) { in onAcceptCall() method in BluetoothLeCallControl.CallbackWrapper307 mExecutor.execute(() -> mCallback.onAcceptCall(requestId, uuid.getUuid())); in onAcceptCall()
32 void onAcceptCall(in int requestId, in ParcelUuid uuid); in onAcceptCall() method
370 .onAcceptCall(requestIdCaptor.capture(), callUuidCaptor.capture()); in testCallAccept()
885 bearer.callback.onAcceptCall(
1719 public void onAcceptCall(int requestId, UUID callId) {
1849 callback.onAcceptCall(requestId, unknownCallId); in testLeCallControlCallback_onAcceptCall_withUnknownCallId()