/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | IInCallService.aidl | 52 void onConnectionEvent(String callId, String event, in Bundle extras); in onConnectionEvent() method
|
D | IConnectionServiceAdapter.aidl | 116 void onConnectionEvent(String callId, String event, in Bundle extras, in onConnectionEvent() method
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | Connection.java | 122 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()
|
D | GsmCdmaCallTracker.java | 1518 connection.onConnectionEvent( in handleMessage() 1522 connection.onConnectionEvent( in handleMessage()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | InCallService.java | 411 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
|
D | ConnectionServiceAdapter.java | 578 void onConnectionEvent(String callId, String event, Bundle extras) { in onConnectionEvent() method in ConnectionServiceAdapter 582 adapter.onConnectionEvent(callId, event, extras, Log.getExternalSession()); in onConnectionEvent()
|
D | Conference.java | 73 public void onConnectionEvent(Conference c, String event, Bundle extras) {} in onConnectionEvent() method in Conference.Listener 1231 l.onConnectionEvent(this, event, extras); in sendConferenceEvent()
|
D | RemoteConnection.java | 240 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()
|
D | RemoteConnectionService.java | 446 public void onConnectionEvent(String callId, String event, Bundle extras, 449 findConnectionForAction(callId, "onConnectionEvent").onConnectionEvent(event,
|
D | ConnectionServiceAdapterServant.java | 313 mDelegate.onConnectionEvent((String) args.arg1, (String) args.arg2, 622 public final void onConnectionEvent(String connectionId, String event, Bundle extras,
|
D | Connection.java | 1273 public void onConnectionEvent(Connection c, String event, Bundle extras) {} in onConnectionEvent() method in Connection.Listener 3874 l.onConnectionEvent(this, event, extras); in sendConnectionEvent()
|
D | Call.java | 1447 public void onConnectionEvent(Call call, String event, Bundle extras) {} in onConnectionEvent() method in Call.Callback 2846 callback.onConnectionEvent(call, event, extras); in fireOnConnectionEvent()
|
D | ConnectionService.java | 1679 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/ |
D | ImsPhoneConnection.java | 1222 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()
|
D | ImsPhoneCallTracker.java | 3629 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/ |
D | ImsPhoneCallTrackerTest.java | 1355 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/ |
D | hiddenapi-max-target-o.txt | 51673 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/ |
D | current.txt | 39992 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);
|