/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | Connection.java | 103 public void onConnectionEvent(String event, Bundle extras); in onConnectionEvent() method 138 public void onConnectionEvent(String event, Bundle extras) {} in onConnectionEvent() method in Connection.ListenerBase 987 public void onConnectionEvent(String event, Bundle extras) { in onConnectionEvent() method in Connection 989 l.onConnectionEvent(event, extras); in onConnectionEvent()
|
/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 | 107 void onConnectionEvent(String callId, String event, in Bundle extras, in onConnectionEvent() method
|
/frameworks/base/telecomm/java/android/telecom/ |
D | InCallService.java | 209 public void onConnectionEvent(String callId, String event, Bundle extras) { in onConnectionEvent() method in InCallService.InCallServiceBinder 487 public void onConnectionEvent(Call call, String event, Bundle extras) { in onConnectionEvent() method in InCallService
|
D | ConnectionServiceAdapter.java | 541 void onConnectionEvent(String callId, String event, Bundle extras) { in onConnectionEvent() method in ConnectionServiceAdapter 545 adapter.onConnectionEvent(callId, event, extras, Log.getExternalSession()); in onConnectionEvent()
|
D | RemoteConnection.java | 234 public void onConnectionEvent(RemoteConnection connection, String event, Bundle extras) {} in onConnectionEvent() method in RemoteConnection.Callback 1498 void onConnectionEvent(final String event, final Bundle extras) { in onConnectionEvent() method in RemoteConnection 1505 callback.onConnectionEvent(connection, event, extras); in onConnectionEvent()
|
D | RemoteConnectionService.java | 405 public void onConnectionEvent(String callId, String event, Bundle extras, 408 findConnectionForAction(callId, "onConnectionEvent").onConnectionEvent(event,
|
D | ConnectionServiceAdapterServant.java | 290 mDelegate.onConnectionEvent((String) args.arg1, (String) args.arg2, 550 public final void onConnectionEvent(String connectionId, String event, Bundle extras,
|
D | Call.java | 874 public void onConnectionEvent(Call call, String event, Bundle extras) {} in onConnectionEvent() method in Call.Callback 1935 callback.onConnectionEvent(call, event, extras); in fireOnConnectionEvent()
|
D | Connection.java | 800 public void onConnectionEvent(Connection c, String event, Bundle extras) {} in onConnectionEvent() method in Connection.Listener 3018 l.onConnectionEvent(this, event, extras); in sendConnectionEvent()
|
D | ConnectionService.java | 1271 public void onConnectionEvent(Connection connection, String event, Bundle extras) { 1274 mAdapter.onConnectionEvent(id, event, extras);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 1194 foregroundConnection.onConnectionEvent(android.telecom.Connection.EVENT_MERGE_START, in conference() 1199 backgroundConnection.onConnectionEvent(android.telecom.Connection.EVENT_MERGE_START, in conference() 2195 conn.onConnectionEvent(android.telecom.Connection.EVENT_CALL_REMOTELY_UNHELD, null); 2220 conn.onConnectionEvent(android.telecom.Connection.EVENT_CALL_REMOTELY_HELD, null); 2307 conn.onConnectionEvent(android.telecom.Connection.EVENT_MERGE_COMPLETE, null); 2355 conn.onConnectionEvent( 3148 conn.onConnectionEvent(TelephonyManager.EVENT_DOWNGRADE_DATA_DISABLED, in onDataEnabledChanged() 3151 conn.onConnectionEvent( in onDataEnabledChanged()
|
/frameworks/base/api/ |
D | current.txt | 38588 method public void onConnectionEvent(android.telecom.Call, java.lang.String, android.os.Bundle); 38984 method public void onConnectionEvent(android.telecom.Call, java.lang.String, android.os.Bundle); 39158 …method public void onConnectionEvent(android.telecom.RemoteConnection, java.lang.String, android.o…
|
D | system-current.txt | 41821 method public void onConnectionEvent(android.telecom.Call, java.lang.String, android.os.Bundle); 42229 method public void onConnectionEvent(android.telecom.Call, java.lang.String, android.os.Bundle); 42528 …method public void onConnectionEvent(android.telecom.RemoteConnection, java.lang.String, android.o…
|