Searched defs:onConnectionEvent (Results 1 – 8 of 8) 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 | 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
|
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
|
D | Call.java | 874 public void onConnectionEvent(Call call, String event, Bundle extras) {} in onConnectionEvent() method in Call.Callback
|
D | Connection.java | 800 public void onConnectionEvent(Connection c, String event, Bundle extras) {} in onConnectionEvent() method in Connection.Listener
|
/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
|