Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/com/android/internal/telecom/
DIInCallService.aidl52 void onConnectionEvent(String callId, String event, in Bundle extras); in onConnectionEvent() method
DIConnectionServiceAdapter.aidl116 void onConnectionEvent(String callId, String event, in Bundle extras, in onConnectionEvent() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java122 public void onConnectionEvent(String event, Bundle extras); in onConnectionEvent() method
178 public void onConnectionEvent(String event, Bundle extras) {} in onConnectionEvent() method in Connection.ListenerBase
1352 public void onConnectionEvent(String event, Bundle extras) { in onConnectionEvent() method in Connection
1354 l.onConnectionEvent(event, extras); in onConnectionEvent()
DGsmCdmaCallTracker.java1518 connection.onConnectionEvent( in handleMessage()
1522 connection.onConnectionEvent( in handleMessage()
/frameworks/base/telecomm/java/android/telecom/
DInCallService.java411 public void onConnectionEvent(String callId, String event, Bundle extras) { in onConnectionEvent() method in InCallService.InCallServiceBinder
714 public void onConnectionEvent(Call call, String event, Bundle extras) { in onConnectionEvent() method in InCallService
DConnectionServiceAdapter.java578 void onConnectionEvent(String callId, String event, Bundle extras) { in onConnectionEvent() method in ConnectionServiceAdapter
582 adapter.onConnectionEvent(callId, event, extras, Log.getExternalSession()); in onConnectionEvent()
DConference.java73 public void onConnectionEvent(Conference c, String event, Bundle extras) {} in onConnectionEvent() method in Conference.Listener
1231 l.onConnectionEvent(this, event, extras); in sendConferenceEvent()
DRemoteConnection.java240 public void onConnectionEvent(RemoteConnection connection, String event, Bundle extras) {} in onConnectionEvent() method in RemoteConnection.Callback
1626 void onConnectionEvent(final String event, final Bundle extras) { in onConnectionEvent() method in RemoteConnection
1633 callback.onConnectionEvent(connection, event, extras); in onConnectionEvent()
DRemoteConnectionService.java446 public void onConnectionEvent(String callId, String event, Bundle extras,
449 findConnectionForAction(callId, "onConnectionEvent").onConnectionEvent(event,
DConnectionServiceAdapterServant.java313 mDelegate.onConnectionEvent((String) args.arg1, (String) args.arg2,
622 public final void onConnectionEvent(String connectionId, String event, Bundle extras,
DConnection.java1273 public void onConnectionEvent(Connection c, String event, Bundle extras) {} in onConnectionEvent() method in Connection.Listener
3874 l.onConnectionEvent(this, event, extras); in sendConnectionEvent()
DCall.java1447 public void onConnectionEvent(Call call, String event, Bundle extras) {} in onConnectionEvent() method in Call.Callback
2846 callback.onConnectionEvent(call, event, extras); in fireOnConnectionEvent()
DConnectionService.java1679 public void onConnectionEvent(Conference c, String event, Bundle extras) {
1682 mAdapter.onConnectionEvent(id, event, extras);
1858 public void onConnectionEvent(Connection connection, String event, Bundle extras) {
1861 mAdapter.onConnectionEvent(id, event, extras);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java1222 onConnectionEvent(android.telecom.Connection.EVENT_RTT_AUDIO_INDICATION_CHANGED, in onRttAudioIndicatorChanged()
1565 onConnectionEvent(android.telecom.Connection.EVENT_MERGE_START, null); in handleMergeStart()
1573 onConnectionEvent(android.telecom.Connection.EVENT_MERGE_COMPLETE, null); in handleMergeComplete()
DImsPhoneCallTracker.java3629 conn.onConnectionEvent(android.telecom.Connection.EVENT_CALL_HOLD_FAILED, null);
3723 conn.onConnectionEvent(android.telecom.Connection.EVENT_CALL_REMOTELY_UNHELD, null);
3933 conn.onConnectionEvent(
3959 conn.onConnectionEvent(
4117 conn.onConnectionEvent(android.telecom.Connection.EVENT_CALL_QUALITY_REPORT,
5153 conn.onConnectionEvent(TelephonyManager.EVENT_DOWNGRADE_DATA_DISABLED, in maybeNotifyDataDisabled()
5156 conn.onConnectionEvent( in maybeNotifyDataDisabled()
5399 conn.onConnectionEvent(android.telecom.Connection.EVENT_CALL_REMOTELY_HELD, null); in onCallHoldReceived()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java1355 verify(mImsPhoneConnectionListener).onConnectionEvent(eq( in testNotifyHandovers()
1362 verify(mImsPhoneConnectionListener).onConnectionEvent(eq( in testNotifyHandovers()
1577 public void onConnectionEvent(String event, Bundle extras) { in testMergeComplete()
1642 verify(mImsPhoneConnection, never()).onConnectionEvent( in testNoHoldErrorMessageWhenCallDisconnected()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt51673 Landroid/telecom/Connection$Listener;->onConnectionEvent(Landroid/telecom/Connection;Ljava/lang/Str…
52020 Landroid/telecom/ConnectionServiceAdapter;->onConnectionEvent(Ljava/lang/String;Ljava/lang/String;L…
52153 Landroid/telecom/InCallService$InCallServiceBinder;->onConnectionEvent(Ljava/lang/String;Ljava/lang…
52541 Landroid/telecom/RemoteConnection;->onConnectionEvent(Ljava/lang/String;Landroid/os/Bundle;)V
83343 Lcom/android/internal/telecom/IConnectionServiceAdapter$Stub$Proxy;->onConnectionEvent(Ljava/lang/S…
83416 Lcom/android/internal/telecom/IConnectionServiceAdapter;->onConnectionEvent(Ljava/lang/String;Ljava…
83542 Lcom/android/internal/telecom/IInCallService$Stub$Proxy;->onConnectionEvent(Ljava/lang/String;Ljava…
83573 Lcom/android/internal/telecom/IInCallService;->onConnectionEvent(Ljava/lang/String;Ljava/lang/Strin…
/frameworks/base/core/api/
Dcurrent.txt39992 method public void onConnectionEvent(android.telecom.Call, String, android.os.Bundle);
40539 method public void onConnectionEvent(android.telecom.Call, String, android.os.Bundle);
40739 … method public void onConnectionEvent(android.telecom.RemoteConnection, String, android.os.Bundle);