Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DInCallAdapter.java383 public void sendCallEvent(String callId, String event, int targetSdkVer, Bundle extras) { in sendCallEvent() method in InCallAdapter
385 mAdapter.sendCallEvent(callId, event, targetSdkVer, extras); in sendCallEvent()
H A DCall.java1973 public void sendCallEvent(String event, Bundle extras) { in sendCallEvent() method in Call
1974 mInCallAdapter.sendCallEvent(mTelecomCallId, event, mTargetSdkVersion, extras); in sendCallEvent()
H A DConnectionService.java746 public void sendCallEvent(String callId, String event, Bundle extras,
1431 sendCallEvent(callId, event, extras);
2462 private void sendCallEvent(String callId, String event, Bundle extras) { in sendCallEvent() method in ConnectionService
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
H A DBluetoothCall.java137 public void sendCallEvent(String event, Bundle extras) { in sendCallEvent() method in BluetoothCall
138 mCall.sendCallEvent(event, extras); in sendCallEvent()
H A DBluetoothInCallService.java510 call.sendCallEvent( in sendBluetoothCallQualityReport()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
H A DUiCallManager.java212 call.sendCallEvent(EVENT_SCO_CONNECT, null); in setAudioRoute()
215 call.sendCallEvent(EVENT_SCO_DISCONNECT, null); in setAudioRoute()
/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIInCallAdapter.aidl82 void sendCallEvent(String callId, String event, int targetSdkVer, in Bundle extras); in sendCallEvent() method
H A DIConnectionService.aidl120 void sendCallEvent(String callId, String event, in Bundle extras, in Session.Info sessionInfo); in sendCallEvent() method
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DInCallAdapter.java575 public void sendCallEvent(String callId, String event, int targetSdkVer, Bundle extras) { in sendCallEvent() method in InCallAdapter
583 call.sendCallEvent(event, targetSdkVer, extras); in sendCallEvent()
H A DCall.java2999 public void sendCallEvent(String event, Bundle extras) { in sendCallEvent() method in Call
3000 sendCallEvent(event, 0/*For Event != EVENT_REQUEST_HANDOVER*/, extras); in sendCallEvent()
3012 public void sendCallEvent(String event, int targetSdkVer, Bundle extras) { in sendCallEvent() method in Call
3036 mConnectionService.sendCallEvent(this, in sendCallEvent()
3045 mConnectionService.sendCallEvent(this, in sendCallEvent()
3069 mConnectionService.sendCallEvent(this, event, extras); in sendCallEvent()
4060 sendCallEvent(Connection.EVENT_DEVICE_TO_DEVICE_MESSAGE, extras); in sendDeviceToDeviceMessage()
H A DConnectionServiceWrapper.java1904 void sendCallEvent(Call call, String event, Bundle extras) { in sendCallEvent() method in ConnectionServiceWrapper
1909 mServiceInterface.sendCallEvent(callId, event, extras, in sendCallEvent()
H A DCallsManager.java3844 call.getHandoverDestinationCall().sendCallEvent(
3867 handoverTo.sendCallEvent(android.telecom.Call.EVENT_HANDOVER_COMPLETE, null);
3899 handoverTo.sendCallEvent(android.telecom.Call.EVENT_HANDOVER_FAILED, null);
5020 handoverFromCall.sendCallEvent(android.telecom.Call.EVENT_HANDOVER_FAILED, null);
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DBasicCallTests.java799 mInCallServiceFixtureX.mInCallAdapter.sendCallEvent(ids.mCallId, TEST_EVENT, 26, null); in testSendCallEventNull()
801 .sendCallEvent(eq(ids.mConnectionId), eq(TEST_EVENT), isNull(Bundle.class), any()); in testSendCallEventNull()
820 mInCallServiceFixtureX.mInCallAdapter.sendCallEvent(ids.mCallId, TEST_EVENT, 26, in testSendCallEventNonNull()
823 .sendCallEvent(eq(ids.mConnectionId), eq(TEST_EVENT), in testSendCallEventNonNull()
H A DConnectionServiceFixture.java391 public void sendCallEvent(String callId, String event, Bundle extras, in sendCallEvent() method in ConnectionServiceFixture.FakeConnectionService
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
H A DBluetoothInCallServiceTest.java283 verify(activeCall).sendCallEvent( in testBluetoothCallQualityReport()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt55290 Landroid/telecom/ConnectionService;->sendCallEvent(Ljava/lang/String;Ljava/lang/String;Landroid/os/…
55461 Landroid/telecom/InCallAdapter;->sendCallEvent(Ljava/lang/String;Ljava/lang/String;ILandroid/os/Bun…
86583 Lcom/android/internal/telecom/IConnectionService$Stub$Proxy;->sendCallEvent(Ljava/lang/String;Ljava…
86652 Lcom/android/internal/telecom/IConnectionService;->sendCallEvent(Ljava/lang/String;Ljava/lang/Strin…
86790 Lcom/android/internal/telecom/IInCallAdapter$Stub$Proxy;->sendCallEvent(Ljava/lang/String;Ljava/lan…
86847 Lcom/android/internal/telecom/IInCallAdapter;->sendCallEvent(Ljava/lang/String;Ljava/lang/String;IL…
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt39573 method public void sendCallEvent(String, android.os.Bundle);