Home
last modified time | relevance | path

Searched defs:onConnectionEvent (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/telecomm/java/com/android/internal/telecom/
DIInCallService.aidl52 void onConnectionEvent(String callId, String event, in Bundle extras); in onConnectionEvent() method
DIConnectionServiceAdapter.aidl116 void onConnectionEvent(String callId, String event, in Bundle extras, in onConnectionEvent() method
/frameworks/base/telecomm/java/android/telecom/
DInCallService.java370 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
DRemoteConnection.java235 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
DConnectionServiceAdapter.java578 void onConnectionEvent(String callId, String event, Bundle extras) { in onConnectionEvent() method in ConnectionServiceAdapter
DConference.java74 public void onConnectionEvent(Conference c, String event, Bundle extras) {} in onConnectionEvent() method in Conference.Listener
DCall.java1305 public void onConnectionEvent(Call call, String event, Bundle extras) {} in onConnectionEvent() method in Call.Callback
DConnection.java1101 public void onConnectionEvent(Connection c, String event, Bundle extras) {} in onConnectionEvent() method in Connection.Listener
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java113 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