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.aidl59 void onConnectionEvent(String callId, String event, in Bundle extras); in onConnectionEvent() method
DIConnectionServiceAdapter.aidl121 void onConnectionEvent(String callId, String event, in Bundle extras, in onConnectionEvent() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java125 public void onConnectionEvent(String event, Bundle extras); in onConnectionEvent() method
188 public void onConnectionEvent(String event, Bundle extras) {} in onConnectionEvent() method in Connection.ListenerBase
1481 public void onConnectionEvent(String event, Bundle extras) { in onConnectionEvent() method in Connection
1483 l.onConnectionEvent(event, extras); in onConnectionEvent()
DGsmCdmaCallTracker.java1541 connection.onConnectionEvent( in handleMessage()
1545 connection.onConnectionEvent( in handleMessage()
/frameworks/base/telecomm/java/android/telecom/
DInCallService.java458 public void onConnectionEvent(String callId, String event, Bundle extras) { in onConnectionEvent() method in InCallService.InCallServiceBinder
827 public void onConnectionEvent(Call call, String event, Bundle extras) { in onConnectionEvent() method in InCallService
DConnectionServiceAdapter.java620 void onConnectionEvent(String callId, String event, Bundle extras) { in onConnectionEvent() method in ConnectionServiceAdapter
624 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
1305 l.onConnectionEvent(this, event, extras); in sendConferenceEvent()
DRemoteConnection.java238 public void onConnectionEvent(RemoteConnection connection, String event, Bundle extras) {} in onConnectionEvent() method in RemoteConnection.Callback
1624 void onConnectionEvent(final String event, final Bundle extras) { in onConnectionEvent() method in RemoteConnection
1631 callback.onConnectionEvent(connection, event, extras); in onConnectionEvent()
DRemoteConnectionService.java449 public void onConnectionEvent(String callId, String event, Bundle extras,
452 findConnectionForAction(callId, "onConnectionEvent").onConnectionEvent(event,
DConnectionServiceAdapterServant.java315 mDelegate.onConnectionEvent((String) args.arg1, (String) args.arg2,
636 public final void onConnectionEvent(String connectionId, String event, Bundle extras,
DCall.java1445 public void onConnectionEvent(Call call, String event, Bundle extras) {} in onConnectionEvent() method in Call.Callback
2863 callback.onConnectionEvent(call, event, extras); in fireOnConnectionEvent()
DConnection.java1283 public void onConnectionEvent(Connection c, String event, Bundle extras) {} in onConnectionEvent() method in Connection.Listener
4041 l.onConnectionEvent(this, event, extras); in sendConnectionEvent()
DConnectionService.java1999 public void onConnectionEvent(Conference c, String event, Bundle extras) {
2002 mAdapter.onConnectionEvent(id, event, extras);
2178 public void onConnectionEvent(Connection connection, String event, Bundle extras) {
2181 mAdapter.onConnectionEvent(id, event, extras);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java1252 onConnectionEvent(android.telecom.Connection.EVENT_RTT_AUDIO_INDICATION_CHANGED, in onRttAudioIndicatorChanged()
1693 onConnectionEvent(android.telecom.Connection.EVENT_MERGE_START, null); in handleMergeStart()
1708 onConnectionEvent(android.telecom.Connection.EVENT_CALL_REMOTELY_HELD, null); in setRemotelyHeld()
1716 onConnectionEvent(android.telecom.Connection.EVENT_CALL_REMOTELY_UNHELD, null); in setRemotelyUnheld()
DImsPhoneCallTracker.java3756 conn.onConnectionEvent(android.telecom.Connection.EVENT_MERGE_COMPLETE, null);
4008 conn.onConnectionEvent(android.telecom.Connection.EVENT_CALL_HOLD_FAILED, null);
4093 conn.onConnectionEvent(android.telecom.Connection.EVENT_CALL_RESUME_FAILED, null);
4316 conn.onConnectionEvent(
4342 conn.onConnectionEvent(
4502 conn.onConnectionEvent(android.telecom.Connection.EVENT_CALL_QUALITY_REPORT,
5689 conn.onConnectionEvent(TelephonyManager.EVENT_DOWNGRADE_DATA_DISABLED, in maybeNotifyDataDisabled()
5692 conn.onConnectionEvent( in maybeNotifyDataDisabled()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java1399 verify(mImsPhoneConnectionListener).onConnectionEvent(eq( in testNotifyHandovers()
1406 verify(mImsPhoneConnectionListener).onConnectionEvent(eq( in testNotifyHandovers()
1708 public void onConnectionEvent(String event, Bundle extras) { in testMergeComplete()
1775 verify(mImsPhoneConnection, never()).onConnectionEvent( in testNoHoldErrorMessageWhenCallDisconnected()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt51030 Landroid/telecom/Connection$Listener;->onConnectionEvent(Landroid/telecom/Connection;Ljava/lang/Str…
51377 Landroid/telecom/ConnectionServiceAdapter;->onConnectionEvent(Ljava/lang/String;Ljava/lang/String;L…
51510 Landroid/telecom/InCallService$InCallServiceBinder;->onConnectionEvent(Ljava/lang/String;Ljava/lang…
51898 Landroid/telecom/RemoteConnection;->onConnectionEvent(Ljava/lang/String;Landroid/os/Bundle;)V
82700 Lcom/android/internal/telecom/IConnectionServiceAdapter$Stub$Proxy;->onConnectionEvent(Ljava/lang/S…
82773 Lcom/android/internal/telecom/IConnectionServiceAdapter;->onConnectionEvent(Ljava/lang/String;Ljava…
82899 Lcom/android/internal/telecom/IInCallService$Stub$Proxy;->onConnectionEvent(Ljava/lang/String;Ljava…
82930 Lcom/android/internal/telecom/IInCallService;->onConnectionEvent(Ljava/lang/String;Ljava/lang/Strin…
/frameworks/base/core/api/
Dcurrent.txt43606 method public void onConnectionEvent(android.telecom.Call, String, android.os.Bundle);
44272 method public void onConnectionEvent(android.telecom.Call, String, android.os.Bundle);
44496 … method public void onConnectionEvent(android.telecom.RemoteConnection, String, android.os.Bundle);