Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCallControl.java266 public abstract void onPlaceCall(int requestId, @NonNull UUID callId, @NonNull String uri); in onPlaceCall() method in BluetoothLeCallControl.Callback
344 public void onPlaceCall(int requestId, ParcelUuid uuid, String uri) { in onPlaceCall() method in BluetoothLeCallControl.CallbackWrapper
347 mExecutor.execute(() -> mCallback.onPlaceCall(requestId, uuid.getUuid(), uri)); in onPlaceCall()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeCallControlCallback.aidl40 void onPlaceCall(in int requestId, in ParcelUuid uuid, in String uri); in onPlaceCall() method
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestCallRedirectionService.java50 public void onPlaceCall(@NonNull Uri handle, @NonNull PhoneAccountHandle initialPhoneAccount, in onPlaceCall() method in TestCallRedirectionService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGenericTest.java582 .onPlaceCall(requestIdCaptor.capture(), callUuidCaptor.capture(), eq(uri)); in testCallOriginate()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGeneric.java792 bearer.callback.onPlaceCall(requestId, new ParcelUuid(callId), uri); in processOriginateCall()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java1784 public void onPlaceCall(int requestId, UUID callId, String uri) {