/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 | 110 void onConnectionEvent(String callId, String event, in Bundle extras, in onConnectionEvent() method
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | Connection.java | 108 public void onConnectionEvent(String event, Bundle extras); in onConnectionEvent() method 150 public void onConnectionEvent(String event, Bundle extras) {} in onConnectionEvent() method in Connection.ListenerBase 1216 public void onConnectionEvent(String event, Bundle extras) { in onConnectionEvent() method in Connection 1218 l.onConnectionEvent(event, extras); in onConnectionEvent()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | InCallService.java | 343 public void onConnectionEvent(String callId, String event, Bundle extras) { in onConnectionEvent() method in InCallService.InCallServiceBinder 646 public void onConnectionEvent(Call call, String event, Bundle extras) { in onConnectionEvent() method in InCallService
|
D | ConnectionServiceAdapter.java | 565 void onConnectionEvent(String callId, String event, Bundle extras) { in onConnectionEvent() method in ConnectionServiceAdapter 569 adapter.onConnectionEvent(callId, event, extras, Log.getExternalSession()); in onConnectionEvent()
|
D | RemoteConnection.java | 235 public void onConnectionEvent(RemoteConnection connection, String event, Bundle extras) {} in onConnectionEvent() method in RemoteConnection.Callback 1503 void onConnectionEvent(final String event, final Bundle extras) { in onConnectionEvent() method in RemoteConnection 1510 callback.onConnectionEvent(connection, event, extras); in onConnectionEvent()
|
D | Conference.java | 71 public void onConnectionEvent(Conference c, String event, Bundle extras) {} in onConnectionEvent() method in Conference.Listener 1096 l.onConnectionEvent(this, event, extras); in sendConnectionEvent()
|
D | RemoteConnectionService.java | 418 public void onConnectionEvent(String callId, String event, Bundle extras, 421 findConnectionForAction(callId, "onConnectionEvent").onConnectionEvent(event,
|
D | ConnectionServiceAdapterServant.java | 298 mDelegate.onConnectionEvent((String) args.arg1, (String) args.arg2, 582 public final void onConnectionEvent(String connectionId, String event, Bundle extras,
|
D | Call.java | 1182 public void onConnectionEvent(Call call, String event, Bundle extras) {} in onConnectionEvent() method in Call.Callback 2396 callback.onConnectionEvent(call, event, extras); in fireOnConnectionEvent()
|
D | ConnectionService.java | 1284 public void onConnectionEvent(Conference c, String event, Bundle extras) { 1287 mAdapter.onConnectionEvent(id, event, extras); 1456 public void onConnectionEvent(Connection connection, String event, Bundle extras) { 1459 mAdapter.onConnectionEvent(id, event, extras);
|
D | Connection.java | 898 public void onConnectionEvent(Connection c, String event, Bundle extras) {} in onConnectionEvent() method in Connection.Listener 3362 l.onConnectionEvent(this, event, extras); in sendConnectionEvent()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneConnection.java | 1073 onConnectionEvent(android.telecom.Connection.EVENT_RTT_AUDIO_INDICATION_CHANGED, in onRttAudioIndicatorChanged() 1365 onConnectionEvent(android.telecom.Connection.EVENT_MERGE_START, null); in handleMergeStart() 1373 onConnectionEvent(android.telecom.Connection.EVENT_MERGE_COMPLETE, null); in handleMergeComplete()
|
D | ImsPhoneCallTracker.java | 2556 conn.onConnectionEvent(android.telecom.Connection.EVENT_CALL_HOLD_FAILED, null); 2650 conn.onConnectionEvent(android.telecom.Connection.EVENT_CALL_REMOTELY_UNHELD, null); 2841 conn.onConnectionEvent( 2867 conn.onConnectionEvent( 3952 conn.onConnectionEvent(TelephonyManager.EVENT_DOWNGRADE_DATA_DISABLED, in maybeNotifyDataDisabled() 3955 conn.onConnectionEvent( in maybeNotifyDataDisabled() 4193 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 | 701 verify(mImsPhoneConnectionListener).onConnectionEvent(eq( in testNotifyHandovers() 708 verify(mImsPhoneConnectionListener).onConnectionEvent(eq( in testNotifyHandovers()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 70472 Landroid/telecom/Connection$Listener;->onConnectionEvent(Landroid/telecom/Connection;Ljava/lang/Str… 70826 Landroid/telecom/ConnectionServiceAdapter;->onConnectionEvent(Ljava/lang/String;Ljava/lang/String;L… 70964 Landroid/telecom/InCallService$InCallServiceBinder;->onConnectionEvent(Ljava/lang/String;Ljava/lang… 71375 Landroid/telecom/RemoteConnection;->onConnectionEvent(Ljava/lang/String;Landroid/os/Bundle;)V 104252 Lcom/android/internal/telecom/IConnectionServiceAdapter$Stub$Proxy;->onConnectionEvent(Ljava/lang/S… 104327 Lcom/android/internal/telecom/IConnectionServiceAdapter;->onConnectionEvent(Ljava/lang/String;Ljava… 104457 Lcom/android/internal/telecom/IInCallService$Stub$Proxy;->onConnectionEvent(Ljava/lang/String;Ljava… 104490 Lcom/android/internal/telecom/IInCallService;->onConnectionEvent(Ljava/lang/String;Ljava/lang/Strin…
|
/frameworks/base/api/ |
D | current.txt | 43026 method public void onConnectionEvent(android.telecom.Call, String, android.os.Bundle); 43484 method public void onConnectionEvent(android.telecom.Call, String, android.os.Bundle); 43677 … method public void onConnectionEvent(android.telecom.RemoteConnection, String, android.os.Bundle);
|