Searched refs:onPlaceCall (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothLeCallControl.java | 266 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/ |
D | IBluetoothLeCallControlCallback.aidl | 40 void onPlaceCall(in int requestId, in ParcelUuid uuid, in String uri); in onPlaceCall() method
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | TestCallRedirectionService.java | 50 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/ |
D | TbsGenericTest.java | 582 .onPlaceCall(requestIdCaptor.capture(), callUuidCaptor.capture(), eq(uri)); in testCallOriginate()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | TbsGeneric.java | 792 bearer.callback.onPlaceCall(requestId, new ParcelUuid(callId), uri); in processOriginateCall()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/ |
D | BluetoothInCallService.java | 1784 public void onPlaceCall(int requestId, UUID callId, String uri) {
|