Home
last modified time | relevance | path

Searched refs:placeCall (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/telecomm/java/com/android/internal/telecom/
DICallRedirectionService.aidl32 void placeCall(in ICallRedirectionAdapter adapter, in Uri handle, in placeCall() method
DITelecomService.aidl287 void placeCall(in Uri handle, in Bundle extras, String callingPackage, String callingFeatureId); in placeCall() method
/frameworks/base/telecomm/java/android/telecom/
DCallRedirectionService.java218 public void placeCall(@NonNull ICallRedirectionAdapter adapter, @NonNull Uri handle, in placeCall() method in CallRedirectionService.CallRedirectionBinder
DTelecomManager.java2313 public void placeCall(Uri address, Bundle extras) { in placeCall() method in TelecomManager
2320 service.placeCall(address, extras == null ? new Bundle() : extras, in placeCall()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java1875 ImsPhoneConnection conn = placeCall(); in testCleanupAndRemoveConnection()
1910 ImsPhoneConnection connection = placeCall(); in testCallDisconnectBeforeActive()
1923 ImsPhoneConnection connection2 = placeCall(); in testCallDisconnectBeforeActive()
1961 ImsPhoneConnection connection = placeCall(); in placeCallAndMakeActive()
1970 private ImsPhoneConnection placeCall() { in placeCall() method in ImsPhoneCallTrackerTest
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java2421 telecomManager.placeCall( in setCallForwardingOption()
2600 telecomManager.placeCall( in setCallWaiting()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt83626 Lcom/android/internal/telecom/ITelecomService$Stub$Proxy;->placeCall(Landroid/net/Uri;Landroid/os/B…
83723 Lcom/android/internal/telecom/ITelecomService;->placeCall(Landroid/net/Uri;Landroid/os/Bundle;Ljava…
/frameworks/base/core/api/
Dcurrent.txt40821 ….CALL_PHONE, android.Manifest.permission.MANAGE_OWN_CALLS}) public void placeCall(android.net.Uri,…