Searched defs:onConnectionEvent (Results 1 – 7 of 7) sorted by relevance
/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 | 94 void onConnectionEvent(String callId, String event, in Bundle extras); in onConnectionEvent() method
|
/frameworks/base/telecomm/java/android/telecom/ |
D | InCallService.java | 193 public void onConnectionEvent(String callId, String event, Bundle extras) { in onConnectionEvent() method in InCallService.InCallServiceBinder 462 public void onConnectionEvent(Call call, String event, Bundle extras) { in onConnectionEvent() method in InCallService
|
D | ConnectionServiceAdapter.java | 504 void onConnectionEvent(String callId, String event, Bundle extras) { in onConnectionEvent() method in ConnectionServiceAdapter
|
D | RemoteConnection.java | 235 public void onConnectionEvent(RemoteConnection connection, String event, Bundle extras) {} in onConnectionEvent() method in RemoteConnection.Callback 1384 void onConnectionEvent(final String event, final Bundle extras) { in onConnectionEvent() method in RemoteConnection
|
D | Call.java | 791 public void onConnectionEvent(Call call, String event, Bundle extras) {} in onConnectionEvent() method in Call.Callback
|
D | Connection.java | 576 public void onConnectionEvent(Connection c, String event, Bundle extras) {} in onConnectionEvent() method in Connection.Listener
|