Home
last modified time | relevance | path

Searched defs:onPlaceCall (Results 1 – 3 of 3) sorted by relevance

/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/aidl/android/bluetooth/
DIBluetoothLeCallControlCallback.aidl40 void onPlaceCall(in int requestId, in ParcelUuid uuid, in String uri); in onPlaceCall() method
/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