Searched refs:sendCallEvent (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/telecomm/java/android/telecom/ |
H A D | InCallAdapter.java | 420 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()
|
H A D | Call.java | 2040 public void sendCallEvent(String event, Bundle extras) { in sendCallEvent() method in Call 2041 mInCallAdapter.sendCallEvent(mTelecomCallId, event, mTargetSdkVersion, extras); in sendCallEvent()
|
H A D | ConnectionService.java | 1023 public void sendCallEvent(String callId, String event, Bundle extras, 1708 sendCallEvent(callId, event, extras); 2830 private void sendCallEvent(String callId, String event, Bundle extras) { in sendCallEvent() method in ConnectionService
|
/aosp14/frameworks/base/telecomm/java/com/android/internal/telecom/ |
H A D | IInCallAdapter.aidl | 86 void sendCallEvent(String callId, String event, int targetSdkVer, in Bundle extras); in sendCallEvent() method
|
H A D | IConnectionService.aidl | 129 void sendCallEvent(String callId, String event, in Bundle extras, in Session.Info sessionInfo); in sendCallEvent() method
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 51967 Landroid/telecom/ConnectionService;->sendCallEvent(Ljava/lang/String;Ljava/lang/String;Landroid/os/… 52138 Landroid/telecom/InCallAdapter;->sendCallEvent(Ljava/lang/String;Ljava/lang/String;ILandroid/os/Bun… 83260 Lcom/android/internal/telecom/IConnectionService$Stub$Proxy;->sendCallEvent(Ljava/lang/String;Ljava… 83329 Lcom/android/internal/telecom/IConnectionService;->sendCallEvent(Ljava/lang/String;Ljava/lang/Strin… 83467 Lcom/android/internal/telecom/IInCallAdapter$Stub$Proxy;->sendCallEvent(Ljava/lang/String;Ljava/lan… 83524 Lcom/android/internal/telecom/IInCallAdapter;->sendCallEvent(Ljava/lang/String;Ljava/lang/String;IL…
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 41985 method public void sendCallEvent(String, android.os.Bundle);
|