Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DInCallAdapter.java420 public void sendCallEvent(String callId, String event, int targetSdkVer, Bundle extras) { in sendCallEvent() method in InCallAdapter
422 mAdapter.sendCallEvent(callId, event, targetSdkVer, extras); in sendCallEvent()
DCall.java1977 public void sendCallEvent(String event, Bundle extras) { in sendCallEvent() method in Call
1978 mInCallAdapter.sendCallEvent(mTelecomCallId, event, mTargetSdkVersion, extras); in sendCallEvent()
DConnectionService.java1025 public void sendCallEvent(String callId, String event, Bundle extras,
1710 sendCallEvent(callId, event, extras);
2832 private void sendCallEvent(String callId, String event, Bundle extras) { in sendCallEvent() method in ConnectionService
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIInCallAdapter.aidl86 void sendCallEvent(String callId, String event, int targetSdkVer, in Bundle extras); in sendCallEvent() method
DIConnectionService.aidl129 void sendCallEvent(String callId, String event, in Bundle extras, in Session.Info sessionInfo); in sendCallEvent() method
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt51324 Landroid/telecom/ConnectionService;->sendCallEvent(Ljava/lang/String;Ljava/lang/String;Landroid/os/…
51495 Landroid/telecom/InCallAdapter;->sendCallEvent(Ljava/lang/String;Ljava/lang/String;ILandroid/os/Bun…
82617 Lcom/android/internal/telecom/IConnectionService$Stub$Proxy;->sendCallEvent(Ljava/lang/String;Ljava…
82686 Lcom/android/internal/telecom/IConnectionService;->sendCallEvent(Ljava/lang/String;Ljava/lang/Strin…
82824 Lcom/android/internal/telecom/IInCallAdapter$Stub$Proxy;->sendCallEvent(Ljava/lang/String;Ljava/lan…
82881 Lcom/android/internal/telecom/IInCallAdapter;->sendCallEvent(Ljava/lang/String;Ljava/lang/String;IL…
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt42276 method public void sendCallEvent(String, android.os.Bundle);