/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 | 113 public void onConnectionEvent(String event, Bundle extras); in onConnectionEvent() method 155 public void onConnectionEvent(String event, Bundle extras) {} in onConnectionEvent() method in Connection.ListenerBase 1285 public void onConnectionEvent(String event, Bundle extras) { in onConnectionEvent() method in Connection 1287 l.onConnectionEvent(event, extras); in onConnectionEvent()
|
D | GsmCdmaCallTracker.java | 1471 connection.onConnectionEvent( in handleMessage() 1475 connection.onConnectionEvent( in handleMessage()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | InCallService.java | 370 public void onConnectionEvent(String callId, String event, Bundle extras) { in onConnectionEvent() method in InCallService.InCallServiceBinder 673 public void onConnectionEvent(Call call, String event, Bundle extras) { in onConnectionEvent() method in InCallService
|
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 | 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 | 74 public void onConnectionEvent(Conference c, String event, Bundle extras) {} in onConnectionEvent() method in Conference.Listener 1237 l.onConnectionEvent(this, event, extras); in sendConferenceEvent()
|
D | RemoteConnectionService.java | 426 public void onConnectionEvent(String callId, String event, Bundle extras, 429 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 | Call.java | 1305 public void onConnectionEvent(Call call, String event, Bundle extras) {} in onConnectionEvent() method in Call.Callback 2653 callback.onConnectionEvent(call, event, extras); in fireOnConnectionEvent()
|
D | Connection.java | 1101 public void onConnectionEvent(Connection c, String event, Bundle extras) {} in onConnectionEvent() method in Connection.Listener 3546 l.onConnectionEvent(this, event, extras); in sendConnectionEvent()
|
D | ConnectionService.java | 1582 public void onConnectionEvent(Conference c, String event, Bundle extras) { 1585 mAdapter.onConnectionEvent(id, event, extras); 1761 public void onConnectionEvent(Connection connection, String event, Bundle extras) { 1764 mAdapter.onConnectionEvent(id, event, extras);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneConnection.java | 1148 onConnectionEvent(android.telecom.Connection.EVENT_RTT_AUDIO_INDICATION_CHANGED, in onRttAudioIndicatorChanged() 1465 onConnectionEvent(android.telecom.Connection.EVENT_MERGE_START, null); in handleMergeStart() 1473 onConnectionEvent(android.telecom.Connection.EVENT_MERGE_COMPLETE, null); in handleMergeComplete()
|
D | ImsPhoneCallTracker.java | 3087 conn.onConnectionEvent(android.telecom.Connection.EVENT_CALL_HOLD_FAILED, null); 3181 conn.onConnectionEvent(android.telecom.Connection.EVENT_CALL_REMOTELY_UNHELD, null); 3387 conn.onConnectionEvent( 3413 conn.onConnectionEvent( 4555 conn.onConnectionEvent(TelephonyManager.EVENT_DOWNGRADE_DATA_DISABLED, in maybeNotifyDataDisabled() 4558 conn.onConnectionEvent( in maybeNotifyDataDisabled() 4799 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 | 796 verify(mImsPhoneConnectionListener).onConnectionEvent(eq( in testNotifyHandovers() 803 verify(mImsPhoneConnectionListener).onConnectionEvent(eq( in testNotifyHandovers() 1014 public void onConnectionEvent(String event, Bundle extras) { in testMergeComplete() 1073 verify(mImsPhoneConnection, never()).onConnectionEvent( in testNoHoldErrorMessageWhenCallDisconnected()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 65696 Landroid/telecom/Connection$Listener;->onConnectionEvent(Landroid/telecom/Connection;Ljava/lang/Str… 66043 Landroid/telecom/ConnectionServiceAdapter;->onConnectionEvent(Ljava/lang/String;Ljava/lang/String;L… 66176 Landroid/telecom/InCallService$InCallServiceBinder;->onConnectionEvent(Ljava/lang/String;Ljava/lang… 66564 Landroid/telecom/RemoteConnection;->onConnectionEvent(Ljava/lang/String;Landroid/os/Bundle;)V 97776 Lcom/android/internal/telecom/IConnectionServiceAdapter$Stub$Proxy;->onConnectionEvent(Ljava/lang/S… 97849 Lcom/android/internal/telecom/IConnectionServiceAdapter;->onConnectionEvent(Ljava/lang/String;Ljava… 97975 Lcom/android/internal/telecom/IInCallService$Stub$Proxy;->onConnectionEvent(Ljava/lang/String;Ljava… 98006 Lcom/android/internal/telecom/IInCallService;->onConnectionEvent(Ljava/lang/String;Ljava/lang/Strin…
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 43480 method public void onConnectionEvent(android.telecom.Call, String, android.os.Bundle); 44005 method public void onConnectionEvent(android.telecom.Call, String, android.os.Bundle); 44199 … method public void onConnectionEvent(android.telecom.RemoteConnection, String, android.os.Bundle);
|
/frameworks/base/api/ |
D | current.txt | 43624 method public void onConnectionEvent(android.telecom.Call, String, android.os.Bundle); 44149 method public void onConnectionEvent(android.telecom.Call, String, android.os.Bundle); 44343 … method public void onConnectionEvent(android.telecom.RemoteConnection, String, android.os.Bundle);
|