Home
last modified time | relevance | path

Searched refs:onConnectionEvent (Results 1 – 14 of 14) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java103 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/
DIInCallService.aidl52 void onConnectionEvent(String callId, String event, in Bundle extras); in onConnectionEvent() method
DIConnectionServiceAdapter.aidl107 void onConnectionEvent(String callId, String event, in Bundle extras, in onConnectionEvent() method
/frameworks/base/telecomm/java/android/telecom/
DInCallService.java209 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
DConnectionServiceAdapter.java541 void onConnectionEvent(String callId, String event, Bundle extras) { in onConnectionEvent() method in ConnectionServiceAdapter
545 adapter.onConnectionEvent(callId, event, extras, Log.getExternalSession()); in onConnectionEvent()
DRemoteConnection.java234 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()
DRemoteConnectionService.java405 public void onConnectionEvent(String callId, String event, Bundle extras,
408 findConnectionForAction(callId, "onConnectionEvent").onConnectionEvent(event,
DConnectionServiceAdapterServant.java290 mDelegate.onConnectionEvent((String) args.arg1, (String) args.arg2,
550 public final void onConnectionEvent(String connectionId, String event, Bundle extras,
DCall.java874 public void onConnectionEvent(Call call, String event, Bundle extras) {} in onConnectionEvent() method in Call.Callback
1935 callback.onConnectionEvent(call, event, extras); in fireOnConnectionEvent()
DConnection.java800 public void onConnectionEvent(Connection c, String event, Bundle extras) {} in onConnectionEvent() method in Connection.Listener
3018 l.onConnectionEvent(this, event, extras); in sendConnectionEvent()
DConnectionService.java1271 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/
DImsPhoneCallTracker.java1194 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/
Dcurrent.txt38588 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…
Dsystem-current.txt41821 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…