Searched defs:onConnectionEvent (Results  1 – 9 of 9) sorted by relevance
| /frameworks/base/telecomm/java/com/android/internal/telecom/ | 
| D | IInCallService.aidl | 59     void onConnectionEvent(String callId, String event, in Bundle extras);  in onConnectionEvent()  method
 | 
| D | IConnectionServiceAdapter.aidl | 121     void onConnectionEvent(String callId, String event, in Bundle extras,  in onConnectionEvent()  method
 | 
| /frameworks/base/telecomm/java/android/telecom/ | 
| D | InCallService.java | 453         public void onConnectionEvent(String callId, String event, Bundle extras) {  in onConnectionEvent()  method in InCallService.InCallServiceBinder822     public void onConnectionEvent(Call call, String event, Bundle extras) {  in onConnectionEvent()  method in InCallService
 
 | 
| D | ConnectionServiceAdapter.java | 620     void onConnectionEvent(String callId, String event, Bundle extras) {  in onConnectionEvent()  method in ConnectionServiceAdapter
 | 
| D | RemoteConnection.java | 238         public void onConnectionEvent(RemoteConnection connection, String event, Bundle extras) {}  in onConnectionEvent()  method in RemoteConnection.Callback1624     void onConnectionEvent(final String event, final Bundle extras) {  in onConnectionEvent()  method in RemoteConnection
 
 | 
| D | Conference.java | 73         public void onConnectionEvent(Conference c, String event, Bundle extras) {}  in onConnectionEvent()  method in Conference.Listener
 | 
| D | Call.java | 1489         public void onConnectionEvent(Call call, String event, Bundle extras) {}  in onConnectionEvent()  method in Call.Callback
 | 
| D | Connection.java | 1285         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 | 124         public void onConnectionEvent(String event, Bundle extras);  in onConnectionEvent()  method187         public void onConnectionEvent(String event, Bundle extras) {}  in onConnectionEvent()  method in Connection.ListenerBase
 1419     public void onConnectionEvent(String event, Bundle extras) {  in onConnectionEvent()  method in Connection
 
 |